code added

This commit is contained in:
2023-02-06 19:16:15 +05:30
parent aff8c9c026
commit c742335256
4 changed files with 436 additions and 43 deletions
+7 -2
View File
@@ -201,7 +201,7 @@ $background-color_2: #fff;
.dropdown-menu {
width: 100%;
left: 0;
margin-top: 1.5rem;
// margin-top: 1.5rem;
}
.dropdown {
&:hover {
@@ -376,4 +376,9 @@ $background-color_2: #fff;
to {
transform: rotate(360deg);
}
}
}
.mbil-name, .navbar-brand img{
transition: all .2s ease;
}