Skip to content

Commit

Permalink
fix: landing mobile and nav hamburger thickness
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronchan32 committed Jun 2, 2024
1 parent 0c8b9df commit 023b8f7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 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,7 +1,7 @@
.hamburger {
$hamburger-height: 16px;
$hamburger-width: 25px;
$line-height: 4px;
$hamburger-height: 10px;
$hamburger-width: 20px;
$line-height: 2px;

position: absolute;
margin-block: $main-padding-mobile-block;
Expand Down
5 changes: 4 additions & 1 deletion src/app/pages/Landing/Landing.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@

.mobile-header {
margin-block-start: calc($main-padding-mobile-block + 10px);
margin-inline: 10vw;
margin-inline: auto;
display: flex;
flex-direction: column;
width: fit-content;
}

.breadcrumb {
Expand Down

0 comments on commit 023b8f7

Please sign in to comment.