Skip to content

Commit

Permalink
comment out animation on hover
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
vishalvivekm authored Oct 16, 2024
1 parent 99e5fb3 commit f3e01eb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions assets/scss/_navbar_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
color: $primary !important;
}

@media (min-width: 768px) {
&:hover {
.dropdown-menu {
transform: translate(-15%, 0rem);
}
}
}
// @media (min-width: 768px) {
// &:hover {
// .dropdown-menu {
// transform: translate(-15%, 0rem);
// }
// }
// }
.dropdown-menu {
display: flex;
flex-direction: row;
Expand Down

0 comments on commit f3e01eb

Please sign in to comment.