From 8825af4b3b18c4cea3bf798496022d72f8188faa Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 23 Jan 2024 19:09:29 +0000 Subject: Update contact usernames and add target="_blank" to contact links --- src/pages/contacts.astro | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'src/pages') diff --git a/src/pages/contacts.astro b/src/pages/contacts.astro index 6847d19..098f97b 100644 --- a/src/pages/contacts.astro +++ b/src/pages/contacts.astro @@ -7,11 +7,10 @@ import contacts from "../components/contacts.json"; {contacts.map((contact)=> { let icon = "fa6-brands:" + contact.icon; return ( -
- + +
) })} @@ -25,4 +24,9 @@ import contacts from "../components/contacts.json"; border-radius: 10px; background-color: #3B513B; } + + .contact-icon { + margin-right: 0.5em; + font-size: 1.3em; + } \ No newline at end of file -- cgit v1.2.3