Skip to content

Commit

Permalink
Decrease menu padding on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkKremer committed Oct 27, 2024
1 parent a2d02a7 commit 51a23b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/nav.gohtml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
fixed left-0 overscroll-contain overscroll-contain-force z-10 rounded-r-md xl:rounded-none
xl:sticky top-0 bottom-0 max-h-screen overflow-y-auto flex flex-col bg-sidebar
">
<div class="box-content w-64 px-16 py-12">
<div class="box-content w-64 px-8 xl:px-16 py-12">
<div class="xl:hidden mb-8">
<button onclick="toggleMenu()" class="-m-2 p-2 fill-white active:fill-primary">
<svg width="20" height="20" xmlns="http://www.w3.org/2000/svg" role="img" aria-labelledby="title-close-menu">
Expand Down

0 comments on commit 51a23b3

Please sign in to comment.