mirror of
https://github.com/hay-kot/homebox.git
synced 2024-12-19 13:36:29 +00:00
Use flex to position mobile header logo icon
This commit is contained in:
parent
e4b9683593
commit
f085a58242
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue