Skip to content

Commit

Permalink
fix: overflow on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
ginifizz committed Jan 30, 2025
1 parent d7b3294 commit aa19685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
{{ .Permalink }}
{{ end }}
{{ end }}"
class="flex bg-purple text-xs font-normal border-b-2 border-b-green z-50 text-white gap-4 h-10 w-full relative items-center justify-center"
class="overflow-x-hidden flex bg-purple text-xs font-normal border-b-2 border-b-green z-50 text-white gap-4 h-10 w-full relative items-center justify-center"
>
<div class="animate-defile-top lg:animate-none lg:w-full h-full absolute min-w-max flex flex-row items-center justify-center top-0 left-0 flex-nowrap">
<div class="w-full flex gap-2 items-center justify-center px-20">
Expand Down

0 comments on commit aa19685

Please sign in to comment.