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

Update file navbar.css

parent be881917
No related branches found
No related tags found
No related merge requests found
Pipeline #406865 passed
...@@ -54,8 +54,7 @@ body{ ...@@ -54,8 +54,7 @@ body{
height: 50px; height: 50px;
margin-left: 5px; margin-left: 5px;
margin-right: 50px; margin-right: 50px;
/* margin-top: 24px; */ margin-top: 24px;
margin-top: 0px;
list-style: none; list-style: none;
} }
.my-navbar>li{ .my-navbar>li{
...@@ -63,7 +62,6 @@ body{ ...@@ -63,7 +62,6 @@ body{
width: 120px; width: 120px;
height: 110%; height: 110%;
margin-right: 25px; margin-right: 25px;
position: relative;
} }
#human-practice{ #human-practice{
width: 250px; width: 250px;
...@@ -74,6 +72,24 @@ body{ ...@@ -74,6 +72,24 @@ body{
margin-right: 30px; /* Ensure sufficient space between "Education" and "Safety" */ margin-right: 30px; /* Ensure sufficient space between "Education" and "Safety" */
} }
.my-navbar>li a{
color: var(--text, var(--text, rgba(24, 90, 79, 1)));
font-family: AccidenzCommons;
font-size: 25px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-decoration: none;
transition: color 0.15s linear;
}
.son{
margin-top: 30px;
list-style: none;
display: none;
text-align: left;
transition: all 0.3s ease-out;
opacity: 0;
}
/* Adjust for smaller screens */ /* Adjust for smaller screens */
@media screen and (max-width:1130px) { @media screen and (max-width:1130px) {
......
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