summaryrefslogtreecommitdiff
path: root/design
diff options
context:
space:
mode:
Diffstat (limited to 'design')
-rw-r--r--design/sass/_homepage.scss2
-rw-r--r--design/templates/archives/map.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/design/sass/_homepage.scss b/design/sass/_homepage.scss
index ecf4eb5..96e88e1 100644
--- a/design/sass/_homepage.scss
+++ b/design/sass/_homepage.scss
@@ -259,7 +259,7 @@
}
.hero--wrapper {
@include breakpoint(gamma) {
- margin-top: -245px;
+ margin-top: -225px;
}
}
}
diff --git a/design/templates/archives/map.html b/design/templates/archives/map.html
index 8195e6d..5a0797a 100644
--- a/design/templates/archives/map.html
+++ b/design/templates/archives/map.html
@@ -52,6 +52,6 @@ Google Maps code
{% endblock %}
{% block js %}
<!--<script type="text/javascript" src="/media/js/mainmap.js"></script>-->
-<script type="text/javascript" src="/media/js/mainmap.js"></script>
+<script src="/media/js/mainmap.js"></script>
{% endblock%}