summaryrefslogtreecommitdiff
path: root/map.scss
diff options
context:
space:
mode:
Diffstat (limited to 'map.scss')
-rw-r--r--map.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/map.scss b/map.scss
index 7539ef4..fd769c7 100644
--- a/map.scss
+++ b/map.scss
@@ -1,3 +1,4 @@
+@import 'h5bp/helpers';
@import 'partials/leaflet';
body {
@@ -45,5 +46,5 @@ h1 {
.sidebar,
.farbar,
#footer {
- display: none;
+ @include h5bp-hidden;
}