fix: use the same sizing on body and html
This commit is contained in:
parent
249bd2c039
commit
ae66cfc5ce
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
html, body {
|
||||||
font-family: $basefont;
|
font-family: $basefont;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-size: $fontsize;
|
font-size: $fontsize;
|
||||||
|
|
Loading…
Reference in a new issue