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" /> <Icon name="mdi-menu" class="h-6 w-6" />
</label> </label>
<NuxtLink to="/home"> <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 HomeB
<AppLogo class="w-8 -mb-3" /> <AppLogo class="w-8" />
x x
</h2> </h2>
</NuxtLink> </NuxtLink>