move font-size to body

This commit is contained in:
Awais Jibran
2020-12-10 01:44:48 +05:00
parent f2305ad8c3
commit cd29bb1424

View File

@@ -7,7 +7,6 @@
html {
font-family: $font-family-sans-serif;
font-size: $font-size-base;
font-style: normal;
line-height: 1em;
background: theme-color("inverse");
@@ -17,6 +16,7 @@ html {
body {
font-family: $font-family-sans-serif;
font-style: normal;
font-size: $font-size-base;
line-height: 1em;
background: $body-bg;