Skip to content

Commit

Permalink
add padding between pages
Browse files Browse the repository at this point in the history
  • Loading branch information
zeucapua committed Jan 2, 2025
1 parent ef4db3f commit 0b641ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/(app)/[username]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@
{#if data.pages.length > 0}
<div>
<h2 class="mb-4 text-center font-rubik text-2xl font-bold">Pages</h2>
<ul class="flex flex-col items-center gap-2">
<ul class="flex flex-col items-center gap-8">
{#each data.pages as p}
<li>
<a class="link" href={`/${$page.params.username}/${p.slug}`}>
Expand Down

0 comments on commit 0b641ad

Please sign in to comment.