fix: even though CSS is mad science, it is still sufficient to fix Jekyll

This commit is contained in:
Harsh Khandeparkar 2020-07-03 23:51:47 +05:30 committed by GitHub
parent dbd8ce2dc9
commit cd07634e30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,10 @@ html {
scroll-behavior: smooth;
}
img {
max-width: 100%;
height: auto;
}
/* Parallax */
.parallax .parallax-layer {
@ -167,24 +171,6 @@ nav {
}
/* /Card animations*/
/* Podcast style*/
.podcast {
padding-bottom:56.25%;
position:relative;
display:block;
width: 100%
}
/* /Podcast style*/
/* Podcast animations*/
.podcast {
transition: transform 0.2s;
}
.podcast:hover {
transform: scale(1.05);
}
/* /Podcast animations*/
/* scrollFade */
.scroll-fade {
opacity: 0;