diff --git a/src/components/Email.astro b/src/components/Email.astro index 44e624d..7d71601 100644 --- a/src/components/Email.astro +++ b/src/components/Email.astro @@ -3,7 +3,7 @@ id="email-input" name="email" type="email" - class="border-tampahacks-blue bg-tampahacks-gray border-4 px-1 py-2 text-lg text-white md:px-3 md:text-2xl" + class="border-tampahacks-blue bg-tampahacks-gray border-4 px-1 py-2 text-lg text-white outline-none md:px-3 md:text-2xl" placeholder="ben@tampahacks.com" />