Skip to content

Commit bdf2800

Browse files
committed
padding for github logo
1 parent f6f440d commit bdf2800

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Footer.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
import { Icon } from 'astro-icon/components';
33
---
4-
<footer class="max-w-2xl mx-auto px-4 py-8 mt-16 border-t border-zinc-800">
4+
<footer class="max-w-2xl mx-auto px-4 py-5 mt-16 border-t border-zinc-800">
55
<div class="text-center text-xs text-zinc-400">
66
<div class="flex justify-center mb-3">
77
<a href="https://github.com/datatango"

0 commit comments

Comments
 (0)