From ae4fd88badc9921deeab260b0e3b2973a64ed998 Mon Sep 17 00:00:00 2001 From: "fred.boniface" Date: Fri, 28 Oct 2022 21:09:10 +0100 Subject: [PATCH] Fix social styles again --- style/new_style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/new_style.css b/style/new_style.css index d396467..790dab0 100644 --- a/style/new_style.css +++ b/style/new_style.css @@ -150,7 +150,7 @@ body { max-width: 50px; } @media screen and (min-height: 600px){#sidebar_social img{margin-bottom:40px}} -@media screen and (max-height: 310px){#sidebar_social{display:none}} +@media screen and (max-height: 360px){#sidebar_social img{display:none}} /* CONTENT */ .content { /* Try z-index: 1; so it scrolls over header image */ padding-top: 10px;