Skip to content

Commit

Permalink
fix: fix hamburger for tablet
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronchan32 committed Jun 2, 2024
1 parent 4d00dbc commit 8692754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/Navbar/Hamburger/Hamburger.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

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

.line {
Expand Down

0 comments on commit 8692754

Please sign in to comment.