Skip to content
Snippets Groups Projects
Commit a8c077c3 authored by Shraddha Raghuram's avatar Shraddha Raghuram
Browse files

remove margin above the navbar

parent 4cf3e206
No related branches found
No related tags found
No related merge requests found
Pipeline #406894 passed
...@@ -21,6 +21,8 @@ body{ ...@@ -21,6 +21,8 @@ body{
position: fixed; position: fixed;
z-index: 10; z-index: 10;
transition: all 0.2s linear; */ transition: all 0.2s linear; */
margin-top: 0; /* Ensure no margin above the navbar */
padding-top: 0; /* Ensure no padding above the navbar */
height: 100px; /* Increase the height of the nav container */ height: 100px; /* Increase the height of the nav container */
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment