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 ccbf366 commit 34dd74aCopy full SHA for 34dd74a
src/components/Footer.astro
@@ -13,7 +13,7 @@ const ghCommitUrl = `${ghUrl}/commit/${commit}`;
13
---
14
15
<footer class="border-t">
16
- <div class="flex flex-col lg:flex-row lg:items-center justify-between gap-4 p-4">
+ <div class="flex flex-col lg:flex-row lg:items-center justify-between gap-6 p-4">
17
<VercelBanner />
18
19
<nav class="text-muted-foreground text-xs flex flex-col gap-2 md:flex-row md:items-center">
0 commit comments