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:
parent
f078b30866
commit
cd503b1275
1 changed files with 1 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue