fix: use the same sizing on body and html

This commit is contained in:
Kazhnuz Klappsthul 2021-07-29 11:59:09 +02:00
parent 249bd2c039
commit ae66cfc5ce
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
margin: 0;
}
body {
html, body {
font-family: $basefont;
text-align: left;
font-size: $fontsize;