Skip to content

Commit

Permalink
fix: fix hamburger sizing and positioning
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronchan32 committed Jun 2, 2024
1 parent a6e8c5e commit 18f29b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/components/Navbar/Hamburger/Hamburger.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.hamburger {
$hamburger-height: 10px;
$hamburger-width: 20px;
$hamburger-width: 16px;
$line-height: 2px;

position: absolute;
Expand All @@ -19,8 +19,8 @@
z-index: 5;

@media (min-width: $mobile-breakpoint) {
margin-block: $main-padding-desktop-block;
margin-inline: $main-padding-desktop-inline;
margin-block: $main-padding-tablet-block;
margin-inline: $main-padding-tablet-inline;
}

.line {
Expand Down

0 comments on commit 18f29b1

Please sign in to comment.