From 692fe2884e19100a925585d0c319b1784b1b549b Mon Sep 17 00:00:00 2001 From: jinkang-0 Date: Fri, 12 Jan 2024 12:32:05 -0800 Subject: [PATCH] address underline styles --- src/components/Contact.astro | 1 + src/components/Hero.astro | 8 ++------ 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/src/components/Contact.astro b/src/components/Contact.astro index ccfbcd5..c7ec4ab 100644 --- a/src/components/Contact.astro +++ b/src/components/Contact.astro @@ -47,5 +47,6 @@ a.email { text-decoration-line: underline; // the underline is too close to the text... + text-underline-offset: 2px; } diff --git a/src/components/Hero.astro b/src/components/Hero.astro index ed0a094..956d081 100644 --- a/src/components/Hero.astro +++ b/src/components/Hero.astro @@ -26,10 +26,8 @@ import arrowsIcon from '../graphics/arrows.svg'; @calblueprint - @calblueprint - and @@ -37,9 +35,7 @@ import arrowsIcon from '../graphics/arrows.svg'; href="https://www.instagram.com/calhacks/" target="_blank" referrerpolicy="no-referrer" - > - @calhacks - + >@calhacks on Instagram for updates.