From aba404c33616affb3581e430e381e293fcbb65e7 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Fri, 15 Aug 2025 17:56:38 -0400 Subject: [PATCH] Swap to email icon --- src/components/CallToAction.astro | 18 ++++++------------ src/styles/button.css | 4 ++-- 2 files changed, 8 insertions(+), 14 deletions(-) diff --git a/src/components/CallToAction.astro b/src/components/CallToAction.astro index 26f05b1..78fe14c 100644 --- a/src/components/CallToAction.astro +++ b/src/components/CallToAction.astro @@ -3,21 +3,15 @@ import ButtonLink from "./ButtonLink.astro" --- - - - Contact me for a quote + Email me for a quote diff --git a/src/styles/button.css b/src/styles/button.css index 4f1fd1b..54637ac 100644 --- a/src/styles/button.css +++ b/src/styles/button.css @@ -12,8 +12,8 @@ button, text-decoration: none; & mdui-icon { - height: 1em; - width: 1em; + height: 1.1em; + width: 1.1em; color: rgb(var(--primary)); }