From bc2ae8d73cf50a9958078aff2b176caef2141ce0 Mon Sep 17 00:00:00 2001 From: Sami Lazreg Date: Thu, 22 Aug 2024 12:51:35 +0200 Subject: [PATCH] Autozoom off when size > 16px (#152) --- web/src/components/HomePage/ContactSection/styles.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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