1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-24 23:39:37 +02:00

Adjust heading margin for improved layout on adventures page

This commit is contained in:
Sean Morley 2025-05-23 23:15:39 -04:00
parent 809cf98169
commit 4404064263

View file

@ -209,7 +209,7 @@
<input id="my-drawer" type="checkbox" class="drawer-toggle" bind:checked={sidebarOpen} />
<div class="drawer-content">
<!-- Page content -->
<h1 class="text-center font-bold text-4xl mb-6">{$t('navbar.my_adventures')}</h1>
<h1 class="text-center font-bold text-4xl mb-2">{$t('navbar.my_adventures')}</h1>
<p class="text-center">{count} {$t('adventures.count_txt')}</p>
{#if adventures.length === 0}
<NotFound error={undefined} />