Conslidate the root font-size in the html element

The size of body text was not being set correctly because of this.
This commit is contained in:
Eryn Wells 2024-10-08 19:21:15 -07:00
parent f078b30866
commit cd503b1275

View file

@ -53,12 +53,8 @@
html {
font-family: var(--font-family-body);
font-size: 100%;
line-height: 1.45;
}
body {
font-size: clamp(100%, 3vw, 130%);
line-height: 1.45;
}