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

bring the home icon back

parent da2ae306
No related branches found
No related tags found
No related merge requests found
Pipeline #407319 passed
......@@ -27,6 +27,8 @@ body{
position: fixed;
z-index: 10;
transition: all 0.2s linear; */
height: 100px;
display: flex;
position: fixed; /* Keep the navbar fixed at the top of the viewport */
top: 0; /* Align it to the very top of the page */
width: 100%; /* Make sure it spans the full width of the page */
......@@ -46,6 +48,7 @@ body{
background-position-x: -30px;
text-decoration: none;
background-repeat: no-repeat; */
background-color: red;
flex-basis: 200px; /* Make sure this is large enough for the logo */
height: 100%; /* Ensure the icon container height matches the nav */
margin: 0 30px; /* Adjust margin to properly position the logo */
......
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