From: Andy Allan Date: Wed, 23 Jun 2021 16:20:04 +0000 (+0100) Subject: Remove unnecessary padding-bottom override on the header h1 X-Git-Tag: live~1658^2~3 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/e9a3c55e83b515a573754adebbdf1082badaebc4?hp=40589960bead84a691fd38230be82b6922921445 Remove unnecessary padding-bottom override on the header h1 --- diff --git a/app/assets/stylesheets/small.scss b/app/assets/stylesheets/small.scss index 51501758d..2247b4bbe 100644 --- a/app/assets/stylesheets/small.scss +++ b/app/assets/stylesheets/small.scss @@ -20,10 +20,6 @@ body.small-nav { min-height: $headerHeight; background: #fff; - h1 { - padding-bottom: 15px; - } - &.closed nav { display: none; }