]> git.openstreetmap.org Git - rails.git/commitdiff
Remove unnecessary padding-bottom override on the header h1
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 23 Jun 2021 16:20:04 +0000 (17:20 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 23 Jun 2021 19:11:19 +0000 (20:11 +0100)
app/assets/stylesheets/small.scss

index 51501758d77cf6b0d5d438793c422921d3c5611d..2247b4bbef940956db7ddf5097da17803ed15141 100644 (file)
@@ -20,10 +20,6 @@ body.small-nav {
     min-height: $headerHeight;
     background: #fff;
 
-    h1 {
-      padding-bottom: 15px;
-    }
-
     &.closed nav {
       display: none;
     }