From b95f01c02acb0d4bedaad629e52baeae71050535 Mon Sep 17 00:00:00 2001 From: Robin Radic Date: Mon, 16 Sep 2019 11:48:38 +0200 Subject: [PATCH] change compact display selector to adjust font size only on the body instead of all elements --- resources/scss/theme/layout/_display.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/scss/theme/layout/_display.scss b/resources/scss/theme/layout/_display.scss index 8ab1672..37d0ed4 100644 --- a/resources/scss/theme/layout/_display.scss +++ b/resources/scss/theme/layout/_display.scss @@ -5,7 +5,7 @@ @media (min-width: 992px) { - * + & { font-size: $fontsize; }