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 63b32b8 commit fbfb168Copy full SHA for fbfb168
1 file changed
app/components/AppFooter.vue
@@ -1,8 +1,10 @@
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"
6
+ >
7
+ <p class="font-mono text-balance m-0 hidden sm:block">{{ $t('tagline') }}</p>
8
<span aria-hidden="true" class="flex-shrink-1 flex-grow-1" />
9
<div class="flex items-center justify-start gap-3 sm:gap-6">
10
<NuxtLink
0 commit comments