diff --git a/style/new_style.css b/style/new_style.css index 790dab0..cf69a3f 100644 --- a/style/new_style.css +++ b/style/new_style.css @@ -148,8 +148,9 @@ body { #sidebar_social img { width: 12vw; max-width: 50px; + transition: 0.2s; } -@media screen and (min-height: 600px){#sidebar_social img{margin-bottom:40px}} +@media screen and (min-height: 600px){#sidebar_social img{margin-bottom:10px}} @media screen and (max-height: 360px){#sidebar_social img{display:none}} /* CONTENT */ .content { /* Try z-index: 1; so it scrolls over header image */