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 10f6aba commit 42e0ac1Copy full SHA for 42e0ac1
1 file changed
app/components/AppFooter.vue
@@ -1,8 +1,8 @@
1
<template>
2
<footer class="border-t border-border mt-auto">
3
<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>
+ <div class="flex flex-col sm:flex-row items-center sm:items-baseline justify-start gap-2 sm:gap-4">
+ <p class="font-mono text-balance m-0 hidden sm:block">{{ $t('tagline') }}</p>
6
<span aria-hidden="true" class="flex-shrink-1 flex-grow-1" />
7
<div class="flex items-center justify-start gap-3 sm:gap-6">
8
<NuxtLink
0 commit comments