[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: allow wrapping in footer container (#683)

Co-authored-by: Philippe Serhal <philippe.serhal@gmail.com>

authored by

Wojciech Maj
Philippe Serhal
and committed by
GitHub
22169b2f 4a8fab25

+1 -1
+1 -1
app/components/AppFooter.vue
··· 7 7 <footer class="border-t border-border mt-auto"> 8 8 <div class="container py-3 sm:py-8 flex flex-col gap-2 sm:gap-4 text-fg-subtle text-sm"> 9 9 <div 10 - class="flex flex-col sm:flex-row items-center sm:items-baseline justify-between gap-2 sm:gap-4" 10 + class="flex flex-col sm:flex-row sm:flex-wrap items-center sm:items-baseline justify-between gap-2 sm:gap-4" 11 11 > 12 12 <div> 13 13 <p class="font-mono text-balance m-0 hidden sm:block">{{ $t('tagline') }}</p>