Skip to content

Commit 83ae2f3

Browse files
committed
style: cleanup footer spacing and gaps
1 parent aa08f94 commit 83ae2f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/AppFooter.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const closeModal = () => modalRef.value?.close?.()
1313
<template>
1414
<footer class="border-t border-border mt-auto">
1515
<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"
16+
class="container sm:py-8 flex flex-col lg:flex-row justify-between sm:gap-4 text-fg-subtle text-sm"
1717
>
1818
<div class="flex flex-col gap-3 motion-safe:animate-fade-in motion-safe:animate-fill-both">
1919
<p class="font-mono text-balance hidden sm:block">

0 commit comments

Comments
 (0)