Skip to content

Commit

Permalink
Fixups for mobile menu, hero banner variant
Browse files Browse the repository at this point in the history
  • Loading branch information
jdwjdwjdw committed Apr 1, 2024
1 parent 7b6109c commit 9c005c7
Show file tree
Hide file tree
Showing 4 changed files with 344 additions and 115 deletions.
3 changes: 2 additions & 1 deletion decoupled-menu/src/main-menu.island.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ const TopList = styled.ul`

const MobileMenuButton = styled.button`
position: absolute;
top: -60px;
// top: -60px;
top: -70px;
right: 10px;
box-shadow: none;
background: transparent;
Expand Down
Loading

0 comments on commit 9c005c7

Please sign in to comment.