Use flex to position mobile header logo icon

This commit is contained in:
Filipe Dobreira 2023-12-07 19:19:13 +00:00
parent e4b9683593
commit f085a58242

View file

@ -20,9 +20,9 @@
<Icon name="mdi-menu" class="h-6 w-6" />
</label>
<NuxtLink to="/home">
<h2 class="text-3xl font-bold tracking-tight text-base-100 flex">
<h2 class="text-3xl font-bold tracking-tight text-base-100 flex flex-row items-end">
HomeB
<AppLogo class="w-8 -mb-3" />
<AppLogo class="w-8" />
x
</h2>
</NuxtLink>