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 aa08f94 commit 83ae2f3Copy full SHA for 83ae2f3
app/components/AppFooter.vue
@@ -13,7 +13,7 @@ const closeModal = () => modalRef.value?.close?.()
13
<template>
14
<footer class="border-t border-border mt-auto">
15
<div
16
- class="container sm:py-8 flex flex-col lg:flex-row justify-between gap-2 sm:gap-4 text-fg-subtle text-sm"
+ class="container sm:py-8 flex flex-col lg:flex-row justify-between sm:gap-4 text-fg-subtle text-sm"
17
>
18
<div class="flex flex-col gap-3 motion-safe:animate-fade-in motion-safe:animate-fill-both">
19
<p class="font-mono text-balance hidden sm:block">
0 commit comments