Skip to content

Commit

Permalink
fix: move hamburger to right and fix pomegranate overlap
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronchan32 committed Jun 2, 2024
1 parent 7eeb3ae commit 687c45a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 @@ -6,7 +6,7 @@
position: absolute;
margin-block: $main-padding-mobile-block;
margin-inline: $main-padding-mobile-inline;
left: 0;
right: 0;
background: none;
outline-offset: 3px;
border: none;
Expand Down
2 changes: 1 addition & 1 deletion src/app/pages/Themes/Themes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
// bottom: calc(-15% - 5vw);
bottom: 0;
right: -100px;
z-index: 10;
z-index: 1;
height: fit-content;
width: calc(160px + 8vw);

Expand Down

0 comments on commit 687c45a

Please sign in to comment.