From 3d81a1e06c20a2a56634d3c53f3dc056adea7eaa Mon Sep 17 00:00:00 2001 From: gr00tie Date: Wed, 15 Nov 2023 22:01:11 +0100 Subject: [PATCH] Update topnav.css --- includes/topnav.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/includes/topnav.css b/includes/topnav.css index 4a5dcd1..6922c94 100644 --- a/includes/topnav.css +++ b/includes/topnav.css @@ -24,6 +24,7 @@ text-decoration: none; font-size: 17px; display: block; + border-radius: 10px; } /* Style the hamburger menu */ @@ -34,8 +35,9 @@ position: absolute; right: 0; top: 0; - margin-top: 8px; - margin-right: 8px; + margin-top: 10px; + margin-right: 10px; + border-radius: 10px; } /* Add a grey background color on mouse-over */