From e0556975b15fcf42574621ace138977fc4231453 Mon Sep 17 00:00:00 2001 From: Ayushmaanagarwal1121 Date: Wed, 15 May 2024 13:32:04 +0530 Subject: [PATCH] Update style.css --- style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index ec701df92..e70c0a339 100644 --- a/style.css +++ b/style.css @@ -48,6 +48,9 @@ body { overflow-x: hidden; } #main_navbar { + /* given same padding to top and bottom */ + padding-top: 10px; + padding-bottom: 10px; background-color: rgba(237, 225, 225, 0.144); /* Adjust the color and opacity as needed */ backdrop-filter: blur(70px); -webkit-backdrop-filter: blur(50px); @@ -208,7 +211,7 @@ ul { /* nav bar */ .main-nav { - margin-top: 20px; + /* margin-top: 20px; */ justify-content: space-between; }