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:
parent
809cf98169
commit
4404064263
1 changed files with 1 additions and 1 deletions
|
@ -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} />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue