Skip to content

Commit

Permalink
Add margin-bottom to layout button container for improved spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardolat committed Feb 27, 2025
1 parent a21d981 commit 8455097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"
transition:fade={{ duration: 100 }}
>
<div class="flex justify-end">
<div class="mb-4 flex justify-end">
<button
class="btn btn-ghost btn-square md:hidden"
onclick={() => (isOpen = !isOpen)}
Expand Down

0 comments on commit 8455097

Please sign in to comment.