From da2c82bba7edada3b94b4dc2fb47a3d5759f847c Mon Sep 17 00:00:00 2001 From: Cooper Ransom Date: Thu, 11 Apr 2024 20:10:20 -0400 Subject: [PATCH] increase font size --- src/assets/css/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/css/index.css b/src/assets/css/index.css index a6ab3c2e..407b2fe2 100644 --- a/src/assets/css/index.css +++ b/src/assets/css/index.css @@ -7,7 +7,7 @@ body { @apply bg-background-main font-main text-type-text; min-height: 100vh; min-height: 100dvh; - font-size: 1.0235em; + font-size: 1.0248em; scrollbar-width: none; /* Hide scrollbar for Firefox */ -ms-overflow-style: none; /* Hide scrollbar for Internet Explorer and Edge */ }