increase font size

This commit is contained in:
Cooper Ransom 2024-04-11 20:10:20 -04:00
parent a21d68e7ca
commit da2c82bba7
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ body {
@apply bg-background-main font-main text-type-text; @apply bg-background-main font-main text-type-text;
min-height: 100vh; min-height: 100vh;
min-height: 100dvh; min-height: 100dvh;
font-size: 1.0235em; font-size: 1.0248em;
scrollbar-width: none; /* Hide scrollbar for Firefox */ scrollbar-width: none; /* Hide scrollbar for Firefox */
-ms-overflow-style: none; /* Hide scrollbar for Internet Explorer and Edge */ -ms-overflow-style: none; /* Hide scrollbar for Internet Explorer and Edge */
} }