Add !important to map header CSS padding.

This commit is contained in:
Michael Stenta 2020-04-09 15:20:51 -04:00
parent 9c392b93e8
commit 6bab998664
1 changed files with 1 additions and 1 deletions

View File

@ -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 {