Skip to content

Commit 702bbe9

Browse files
committed
style: reduce font size in footer
1 parent 4901f01 commit 702bbe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/AppFooter.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const isHome = computed(() => route.name === 'index')
1414
<BuildEnvironment v-if="!isHome" footer />
1515
</div>
1616
<!-- Desktop: Show all links. Mobile: Links are in MobileMenu -->
17-
<div class="hidden sm:flex items-center gap-6 min-h-11">
17+
<div class="hidden sm:flex items-center gap-6 min-h-11 text-xs">
1818
<LinkBase :to="{ name: 'about' }">
1919
{{ $t('footer.about') }}
2020
</LinkBase>

0 commit comments

Comments
 (0)