diff --git a/.themes/classic/sass/base/_typography.scss b/.themes/classic/sass/base/_typography.scss index 00a41d3..773b2e1 100644 --- a/.themes/classic/sass/base/_typography.scss +++ b/.themes/classic/sass/base/_typography.scss @@ -27,7 +27,7 @@ h1 { line-height: 1.2em; } -@media only screen and (min-width: 768px) { +@media only screen and (min-width: 992px) { body { font-size: 1.15em; } h1 { font-size: 3em; line-height: 1.2em; } }