From 6bab9986647a3f26deb2735781f6f0068f0af5e1 Mon Sep 17 00:00:00 2001 From: Michael Stenta Date: Thu, 9 Apr 2020 15:20:51 -0400 Subject: [PATCH] Add !important to map header CSS padding. --- themes/farm_theme/css/map_header.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/farm_theme/css/map_header.css b/themes/farm_theme/css/map_header.css index 68badebb9..aace4c8f5 100644 --- a/themes/farm_theme/css/map_header.css +++ b/themes/farm_theme/css/map_header.css @@ -1,6 +1,6 @@ /* Tighten up the map in the top region. */ body.navbar-is-fixed-top { - padding-top: 40px; + padding-top: 40px !important; } body.navbar-is-fixed-top.navbar-administration.front, body.navbar-is-fixed-top.navbar-administration.not-front {