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