From 1116ea977087e2b36e7226f5c1b02a14db1651b7 Mon Sep 17 00:00:00 2001 From: "fred.boniface" Date: Fri, 28 Oct 2022 21:02:01 +0100 Subject: [PATCH] Nearly there --- style/new_style.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/style/new_style.css b/style/new_style.css index 2632050..d4bfcbb 100644 --- a/style/new_style.css +++ b/style/new_style.css @@ -139,14 +139,15 @@ body { } #sidebar_social { position: absolute; + display: flex; bottom: 50px; width: 100%; margin: auto; - text-align: center; + justify-content: center; } -.social_icon img { - max-width: 120px; - width: 20%; +#sidebar_social img { + width: 12vw; + 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}}