From: Andy Allan Date: Wed, 27 Jul 2022 12:23:03 +0000 (+0100) Subject: Remove font size overrides from sidebar headings X-Git-Tag: live~2041^2~3 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/f1d60e05c474b5f6990add512562f6f6c6e1ea3f?ds=sidebyside;hp=-c Remove font size overrides from sidebar headings These were interfering with the response font sizing via RFS --- f1d60e05c474b5f6990add512562f6f6c6e1ea3f 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;