From ac49783d2409041dbc8ed96277647462b7a6f37c Mon Sep 17 00:00:00 2001 From: Shiloh Olotu Date: Mon, 21 Oct 2024 22:24:43 -0500 Subject: [PATCH] Fix: make the flag icon also resize on mobile --- styles/main.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles/main.css b/styles/main.css index f1500b6..a4e14e3 100644 --- a/styles/main.css +++ b/styles/main.css @@ -521,6 +521,10 @@ body{ } #navbar img{ height:42px;} + #navbarFlag{ + height: 30px !important; + border: 3px solid; + } /* hover effects */ .languageChoice:hover{