Skip to content
Snippets Groups Projects
Commit cd29bb14 authored by Awais Jibran's avatar Awais Jibran
Browse files

move font-size to body

parent f2305ad8
No related branches found
Tags release-2020-12-10-12.51
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment