Skip to content

Commit fbfb168

Browse files
knowlerautofix-ci[bot]serhalp
authored
fix: align tagline to baseline of links + use balanced wrapping (#342)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Philippe Serhal <philippe.serhal@gmail.com>
1 parent 63b32b8 commit fbfb168

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

app/components/AppFooter.vue

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
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
5+
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>
68
<span aria-hidden="true" class="flex-shrink-1 flex-grow-1" />
79
<div class="flex items-center justify-start gap-3 sm:gap-6">
810
<NuxtLink

0 commit comments

Comments
 (0)