Fix bottom padding of map panes

This commit is contained in:
Quincy Morgan
2020-06-12 11:33:50 -04:00
parent 4467c4a501
commit b40aeaaeab
+2 -1
View File
@@ -891,7 +891,8 @@ a.hide-toggle {
font-weight: bold;
}
.section:not(:last-child) {
.section:not(:last-child),
.map-pane .section {
margin-bottom: 30px;
}