mirror of
https://github.com/boostorg/website-v2.git
synced 2026-01-19 04:42:17 +00:00
🚧 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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user