🚧 fixes font sizes

Fonts are set in site.css at a large base than we use. This resets it and now haeder fonts match. Body font is not quite as big either and matches the main site.
This commit is contained in:
Greg Newman
2023-10-12 10:02:12 -04:00
parent 55253636a6
commit 66e4f799e1
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@@ -5,6 +6,10 @@
display: none !important;
}
html {
@apply text-base;
}
body {
@apply h-screen font-cairo;
@apply font-cairo;