Skip to content

Commit

Permalink
fix: adjust mobile menu width
Browse files Browse the repository at this point in the history
  • Loading branch information
hlqviet committed Nov 28, 2023
1 parent 684572b commit eb7bb57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Hamburger.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const Hamburger = (props: HamburgerProps) => {
 
</div>
<div class="fixed top-0 left-0 z-40 h-full w-full -translate-x-full overflow-y-auto overscroll-y-none transition duration-500 motion-reduce:transition-none peer-checked:translate-x-0">
<div class="float-left min-h-full w-[85%] bg-gray-100 px-6 pt-12 shadow-2xl">
<div class="float-left min-h-full w-4/5 md:w-3/5 bg-gray-100 px-6 pt-12 shadow-2xl">
{children}
</div>
</div>
Expand Down

0 comments on commit eb7bb57

Please sign in to comment.