From f1d60e05c474b5f6990add512562f6f6c6e1ea3f Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 27 Jul 2022 13:23:03 +0100 Subject: [PATCH] Remove font size overrides from sidebar headings These were interfering with the response font sizing via RFS --- app/assets/stylesheets/common.scss | 8 -------- 1 file changed, 8 deletions(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 8ab10773b..aa9406449 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -359,14 +359,6 @@ body.compact-nav { width: 100%; } - h2 { - font-size: 1.5rem; - } - - h3, h4 { - font-size: 1.25rem; - } - .close-wrap { cursor: pointer; position: absolute; -- 2.39.5