diff --git a/wheretogo/static/maps/css/map.css b/wheretogo/static/maps/css/map.css index b50a972..a2bbb2a 100644 --- a/wheretogo/static/maps/css/map.css +++ b/wheretogo/static/maps/css/map.css @@ -1,10 +1,11 @@ html, body { height: 100%; + width: 100%; + overflow-x: hidden; } #map { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); - height: 93%; - width: 70%; + height: 93vh; } \ No newline at end of file diff --git a/wheretogo/templates/maps/map.html b/wheretogo/templates/maps/map.html index 492e6f1..ffb92f8 100644 --- a/wheretogo/templates/maps/map.html +++ b/wheretogo/templates/maps/map.html @@ -15,8 +15,20 @@ crossorigin=""> {% endblock %} {% block content %} -
-{% static "maps/img/place.png" %} +