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)); }