We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a8fab2 commit 22169b2Copy full SHA for 22169b2
app/components/AppFooter.vue
@@ -7,7 +7,7 @@ const isHome = computed(() => route.name === 'index')
7
<footer class="border-t border-border mt-auto">
8
<div class="container py-3 sm:py-8 flex flex-col gap-2 sm:gap-4 text-fg-subtle text-sm">
9
<div
10
- class="flex flex-col sm:flex-row items-center sm:items-baseline justify-between gap-2 sm:gap-4"
+ class="flex flex-col sm:flex-row sm:flex-wrap items-center sm:items-baseline justify-between gap-2 sm:gap-4"
11
>
12
<div>
13
<p class="font-mono text-balance m-0 hidden sm:block">{{ $t('tagline') }}</p>
0 commit comments