diff --git a/web/src/components/HomePage/ContactSection/styles.css b/web/src/components/HomePage/ContactSection/styles.css index 8ce489c2..c1157642 100644 --- a/web/src/components/HomePage/ContactSection/styles.css +++ b/web/src/components/HomePage/ContactSection/styles.css @@ -1,4 +1,3 @@ .contact-input { - @apply py-4 px-3 border-black border-[1.25px]; - font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace; + @apply py-4 px-3 border-black border-[1.25px] text-lg; } \ No newline at end of file