Skip to content

Commit

Permalink
fix(header): mobile padding
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksasiriski committed Mar 3, 2024
1 parent 78e0456 commit 7c1c6e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/Header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<header
class="flex flex-col justify-end h-36 items-center border-b-2 border-gray-100 dark:border-zinc-700"
>
<div class="mx-4 w-full min-w-fit">
<div class="px-4 w-full min-w-fit">
<div class="md:mx-auto flex max-w-screen-md items-center">
<Searchbox categories={true} bind:query />
</div>
Expand Down

0 comments on commit 7c1c6e8

Please sign in to comment.