Skip to content

Commit 1b6c7ee

Browse files
committed
Fix bottom padding not working as expected
This fix makes more comfortable when using it on an iPhone.
1 parent eca00ea commit 1b6c7ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
})
2828
</script>
2929

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

0 commit comments

Comments
 (0)