From 0077087a5179c2ffdec07ee38f3ffbbb01853dde Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 3 Feb 2024 14:08:16 -0500 Subject: Guestbook; No more hardcoded date --- src/pages/contacts.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pages/contacts.astro') diff --git a/src/pages/contacts.astro b/src/pages/contacts.astro index d483f81..c65c6f9 100644 --- a/src/pages/contacts.astro +++ b/src/pages/contacts.astro @@ -28,7 +28,7 @@ import contacts from "../data/contacts.json"; } .contact-icon { - margin-right: 0.5em; + margin: 0.1em 0.5em 0.1em 0.1em; font-size: 1.3em; } -- cgit v1.2.3