Skip to content

Commit 42e0ac1

Browse files
committed
fix: align tagline to baseline of links + use balanced wrapping
1 parent 10f6aba commit 42e0ac1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/components/AppFooter.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<template>
22
<footer class="border-t border-border mt-auto">
33
<div class="container py-3 sm:py-8 flex flex-col gap-2 sm:gap-4 text-fg-subtle text-sm">
4-
<div class="flex flex-col sm:flex-row items-center justify-start gap-2 sm:gap-4">
5-
<p class="font-mono m-0 hidden sm:block">{{ $t('tagline') }}</p>
4+
<div class="flex flex-col sm:flex-row items-center sm:items-baseline justify-start gap-2 sm:gap-4">
5+
<p class="font-mono text-balance m-0 hidden sm:block">{{ $t('tagline') }}</p>
66
<span aria-hidden="true" class="flex-shrink-1 flex-grow-1" />
77
<div class="flex items-center justify-start gap-3 sm:gap-6">
88
<NuxtLink

0 commit comments

Comments
 (0)