From cd07634e30901a36bc91cb7d491f1c743a6a0b18 Mon Sep 17 00:00:00 2001 From: Harsh Khandeparkar <34770591+HarshKhandeparkar@users.noreply.github.com> Date: Fri, 3 Jul 2020 23:51:47 +0530 Subject: [PATCH] fix: even though CSS is mad science, it is still sufficient to fix Jekyll --- lib/css/index.css | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-) 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;