Skip to content

Commit

Permalink
Fix bottom padding not working as expected
Browse files Browse the repository at this point in the history
This fix makes more comfortable when using it on an iPhone.
  • Loading branch information
mnerv committed Mar 31, 2024
1 parent eca00ea commit 1b6c7ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
})
</script>

<main class="h-full p-4 pb-32 md:w-[512pt] mx-auto md:items-center">
<main class="p-4 pb-32 md:w-[512pt] mx-auto md:items-center">
<h1 class="text-3xl font-bold mb-5">Notes</h1>
<div class="rounded-md overflow-hidden dark:bg-zinc-800 bg-zinc-100 w-full">
{#each trees as tree}
Expand Down

0 comments on commit 1b6c7ee

Please sign in to comment.