Skip to content

Commit 0e1cc2b

Browse files
committed
update logo centered
1 parent 4971b5c commit 0e1cc2b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

components/mainmenu.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
<div class="row relative z-10 flex items-center justify-between">
1313
<NuxtLink
1414
to="/"
15-
class="group/logo pointer-events-auto flex origin-left scale-80 cursor-pointer items-center gap-2 self-start no-underline hover:text-link lg:scale-100"
15+
class="group/logo pointer-events-auto flex origin-left scale-80 cursor-pointer items-center gap-0 self-start no-underline hover:text-link lg:scale-100"
1616
>
1717
<logo class="logo h-auto w-12" />
18-
<div class="w-22 text-[0.75rem] leading-3.75 font-semibold">
18+
<div class="w-22 text-center text-[0.75rem] leading-3.75 font-semibold">
1919
European Open Source AI Index
2020
</div>
2121
</NuxtLink>

0 commit comments

Comments
 (0)