diff --git a/lib/css/article.css b/lib/css/article.css index 2c512ae..2dacbbe 100644 --- a/lib/css/article.css +++ b/lib/css/article.css @@ -22,6 +22,9 @@ html { scroll-padding-top: 80px; /* height of sticky header */ } +iframe { + position:absolute; top:0; left: 0 +} /* Parallax */ .parallax .parallax-img { diff --git a/lib/css/index.css b/lib/css/index.css index 3dfa903..52cfb1a 100644 --- a/lib/css/index.css +++ b/lib/css/index.css @@ -182,6 +182,24 @@ 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; diff --git a/podcast/index.html b/podcast/index.html new file mode 100644 index 0000000..55643b3 --- /dev/null +++ b/podcast/index.html @@ -0,0 +1,189 @@ + + + +
+ + +The LBRY Foundation Community Podcast.