From 9494960e24848adbb9fb6436c16697bbd3f0ffed Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Fri, 7 Oct 2022 20:28:14 +0100 Subject: [PATCH] Adjust menu style --- css/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/styles.css b/css/styles.css index 8135f06..c82ff63 100644 --- a/css/styles.css +++ b/css/styles.css @@ -37,6 +37,7 @@ body { /* Hide the link that should open and close the topnav on small screens */ .topnav .icon { display: none; + padding: 14px 16px; /* ORIGINALLY NO PADDING DECLARATION */ } /* Dropdown container - needed to position the dropdown content */