Skip to content

Commit

Permalink
fix: hamburger drawer too close on small screens (#205)
Browse files Browse the repository at this point in the history
Signed-off-by: Akash Kumar <meakash7902@gmail.com>
  • Loading branch information
AkashKumar7902 authored Sep 18, 2023
1 parent ac49c6d commit a752651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ div[class^="sidebar_"] .button svg {

/* Navbar */
.navbar__inner {
@apply mx-auto max-w-screen-lg px-10 shadow-none;
@apply mx-auto max-w-screen-lg lg:px-10 shadow-none;
}

.navbar__items--right {
Expand Down

0 comments on commit a752651

Please sign in to comment.