diff --git a/djnro/templates/base.html b/djnro/templates/base.html
index e0593953bcf4cfea137f7e2a26895c59b1489f8c..4e25dc83211332e680a35ee65bd66aea018c5f90 100644
--- a/djnro/templates/base.html
+++ b/djnro/templates/base.html
@@ -5,7 +5,7 @@
{% block title %}eduroam | {{COUNTRY_CODE}}{% endblock %} : {% block currentpagetitle %}{% endblock %}
-
+
diff --git a/static/css/style.css b/static/css/style.css
index f5fcdca47bd52be1101bf6510d6a2b73b55acc62..ba8c3136fb872552f9bda24fc2f11a350440b1ca 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -103,3 +103,18 @@ footer.auth {
.closest footer {
display: none;
}
+
+
+
+@media screen and ( max-height: 480px ){
+ .home #map_wrapper {
+ position: relative;
+ height: 300px;
+ }
+
+ .home .squares {
+ margin-top: 0;
+ }
+}
+
+