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; }