mirror of
https://github.com/LBRYFoundation/lbryorg.git
synced 2025-08-23 20:47:23 +00:00
fix: even though CSS is mad science, it is still sufficient to fix Jekyll
This commit is contained in:
parent
dbd8ce2dc9
commit
cd07634e30
1 changed files with 4 additions and 18 deletions
|
@ -18,6 +18,10 @@ html {
|
||||||
scroll-behavior: smooth;
|
scroll-behavior: smooth;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
/* Parallax */
|
/* Parallax */
|
||||||
.parallax .parallax-layer {
|
.parallax .parallax-layer {
|
||||||
|
@ -167,24 +171,6 @@ nav {
|
||||||
}
|
}
|
||||||
/* /Card animations*/
|
/* /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 */
|
/* scrollFade */
|
||||||
.scroll-fade {
|
.scroll-fade {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue