]> git.openstreetmap.org Git - rails.git/commitdiff
Remove font size overrides from sidebar headings
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 27 Jul 2022 12:23:03 +0000 (13:23 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 27 Jul 2022 12:23:03 +0000 (13:23 +0100)
These were interfering with the response font sizing via RFS

app/assets/stylesheets/common.scss

index 8ab10773b8c4c0530212c7d8e1b932cfdfbc079b..aa9406449e2399db1813e3a0be91ffc1185f9438 100644 (file)
@@ -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;