diff --git a/django_lostplaces/lostplaces/templates/home.html b/django_lostplaces/lostplaces/templates/home.html
index db7168b..1ad244b 100644
--- a/django_lostplaces/lostplaces/templates/home.html
+++ b/django_lostplaces/lostplaces/templates/home.html
@@ -15,7 +15,7 @@
-{% include 'partials/osm_map.html' with config=mapping_config %}
+{% include 'partials/osm_map.html' with config=mapping_config modifier='wide' %}
{% trans 'Explore the latest places' %}
diff --git a/django_lostplaces/lostplaces/templates/partials/osm_map.html b/django_lostplaces/lostplaces/templates/partials/osm_map.html
index ff1a388..d111cd4 100644
--- a/django_lostplaces/lostplaces/templates/partials/osm_map.html
+++ b/django_lostplaces/lostplaces/templates/partials/osm_map.html
@@ -1,5 +1,5 @@
{% load static %}
-
+