From 007aef7a15632b13c2fd806d757a35a08b807dd6 Mon Sep 17 00:00:00 2001 From: "fred.boniface" Date: Fri, 28 Oct 2022 21:12:06 +0100 Subject: [PATCH] Almost final fix --- style/new_style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 */