diff --git a/lib/css/index.css b/lib/css/index.css index fb931d7..b75162d 100644 --- a/lib/css/index.css +++ b/lib/css/index.css @@ -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;