Skip to content

Commit

Permalink
fix: hambtn
Browse files Browse the repository at this point in the history
  • Loading branch information
Animeshdj committed Oct 16, 2024
1 parent 94f93de commit 11ce113
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions app/landing.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -88,16 +88,16 @@
top: 30px;
left: 20px;
z-index: 5200;
@media screen and (max-width: 585px) {
.hamIcon {
scale: 30;
}
background-color: #1f152e;
scale: 0.7;
border-radius: 50%;
border: solid 2px #edcf89;
opacity: 0.4;
}
// @media screen and (max-width: 585px) {
// .hamIcon {
// scale: 30;
// }
// background-color: #1f152e;
// scale: 0.7;
// border-radius: 50%;
// border: solid 2px #edcf89;
// opacity: 0.4;
// }

@media (width > 1920px) {
top: 60px;
Expand Down

0 comments on commit 11ce113

Please sign in to comment.