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

fixing 4th attempt

parent 169bfd6b
No related branches found
No related tags found
No related merge requests found
Pipeline #406250 passed
......@@ -132,12 +132,9 @@ body{
.my-navbar{
margin-top: 21px;
}
.my-nav .icon{
flex-basis: 150px;
margin-left: 5px;
background-position-x: -25px;
background-position-y: 5px;
background-size: 130%;
.my-nav .icon {
background-size: contain; /* Ensure the logo fits within the container */
background-position: center; /* Center the logo within the container */
}
.my-nav{
height: 70px;
......
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