From cd29bb1424218494984e7d277948c65527d7e2f9 Mon Sep 17 00:00:00 2001 From: Awais Jibran Date: Thu, 10 Dec 2020 01:44:48 +0500 Subject: [PATCH] move font-size to body --- lms/static/sass/base/_base.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/static/sass/base/_base.scss b/lms/static/sass/base/_base.scss index 737564cf8c..41f8aececd 100644 --- a/lms/static/sass/base/_base.scss +++ b/lms/static/sass/base/_base.scss @@ -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;