From e54ea002dc7e6015112cd258daa96ec0c7c7cc23 Mon Sep 17 00:00:00 2001 From: AkisYTB3 Date: Wed, 17 Jan 2024 08:40:48 +0100 Subject: [PATCH] height and gap change for nav in style.css --- assets/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/style.css b/assets/style.css index 2146384..d0c8667 100644 --- a/assets/style.css +++ b/assets/style.css @@ -30,7 +30,8 @@ nav { -webkit-box-shadow: 0 20px 28px 0 rgba(0,0,0,0.2); -moz-box-shadow: 0 20px 28px 0 rgba(0,0,0,0.2); box-shadow: 0 20px 28px 0 rgba(0,0,0,0.2); - max-height: 105px !important; + height: 75px !important; + gap: 2rem; } ul {