update base font size to 16

This commit is contained in:
William Martin 2024-03-01 15:00:04 -05:00
parent abe7e85e5e
commit dc781d570c
No known key found for this signature in database
GPG Key ID: A65ACD91BADF316B
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
html {
font-size: 14px;
font-size: 16px;
}
body {

View File

@ -7,5 +7,5 @@
@tailwind utilities;
html {
font-size: 14px;
font-size: 16px;
}