We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6f440d commit bdf2800Copy full SHA for bdf2800
1 file changed
src/components/Footer.astro
@@ -1,7 +1,7 @@
1
---
2
import { Icon } from 'astro-icon/components';
3
4
-<footer class="max-w-2xl mx-auto px-4 py-8 mt-16 border-t border-zinc-800">
+<footer class="max-w-2xl mx-auto px-4 py-5 mt-16 border-t border-zinc-800">
5
<div class="text-center text-xs text-zinc-400">
6
<div class="flex justify-center mb-3">
7
<a href="https://github.com/datatango"
0 commit comments