diff --git a/src/styles/components/_general.scss b/src/styles/components/_general.scss index 92bf2f2d..e1f0ea21 100644 --- a/src/styles/components/_general.scss +++ b/src/styles/components/_general.scss @@ -7,21 +7,7 @@ } html { - // Set font-size to 14px base - font-size: $global-font-size * 0.875; - - @include tab() { - // Set font size to 16px base - font-size: $global-font-size; - } -} - -body { - font-size: rem(14px); - - @include tab() { - font-size: rem(16px); - } + font-size: $global-font-size; } html, body { @@ -57,4 +43,4 @@ html, body { font-weight: bold; display: block; margin-bottom: rem($heading-mb); -} \ No newline at end of file +}