diff --git a/src/scss/global/_typography.scss b/src/scss/global/_typography.scss index b3f6311..bc2a30a 100644 --- a/src/scss/global/_typography.scss +++ b/src/scss/global/_typography.scss @@ -110,6 +110,12 @@ body { @include fontSmoothing(); } +@include mq($to: small) { + html, body { + font-size: 100%; + } +} + h1 { @include font-title-xlarge(); }