Skip to content

Commit 34dd74a

Browse files
committed
feat: increase gap in Footer
1 parent ccbf366 commit 34dd74a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Footer.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const ghCommitUrl = `${ghUrl}/commit/${commit}`;
1313
---
1414

1515
<footer class="border-t">
16-
<div class="flex flex-col lg:flex-row lg:items-center justify-between gap-4 p-4">
16+
<div class="flex flex-col lg:flex-row lg:items-center justify-between gap-6 p-4">
1717
<VercelBanner />
1818

1919
<nav class="text-muted-foreground text-xs flex flex-col gap-2 md:flex-row md:items-center">

0 commit comments

Comments
 (0)