From 46a210623ae9fdccab3285fda68e42657cad11c8 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Wed, 21 Sep 2022 21:11:13 +0100 Subject: [PATCH] Potential fix for #23 --- styles/style.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/styles/style.css b/styles/style.css index 9c356ef..68dcb18 100644 --- a/styles/style.css +++ b/styles/style.css @@ -139,6 +139,7 @@ body { .nav-bar a.img { display: block; position: absolute; + max-width: 20px; right: 0; top: 0; } @@ -148,11 +149,6 @@ body { color: black; } -.menu-active { - background: #04AA6D; - color: white; -} - /* Footer Styles */ footer {