From 99a516d72b2ca3c73febdf85c2e8aa3620e532b3 Mon Sep 17 00:00:00 2001 From: "fred.boniface" Date: Fri, 28 Oct 2022 20:38:22 +0100 Subject: [PATCH] Social Styling --- style/new_style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style/new_style.css b/style/new_style.css index 3656e08..45842b8 100644 --- a/style/new_style.css +++ b/style/new_style.css @@ -144,8 +144,8 @@ body { text-align: center; } #sidebar_social img { - max-width: 64px; - width: 14%; + max-width: 120px; + width: 20%; } @media screen and (min-height: 600px){#sidebar_social img{margin-bottom:40px}} @media screen and (max-height: 310px){#sidebar_social{display:none}}