aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2025-12-28 21:57:07 +0100
committerDaniel Schadt <kingdread@gmx.de>2025-12-30 19:16:32 +0100
commit9bf3d075cdd36d7f5f8b896cb064a6a09f863d75 (patch)
treed7be550b24b6dd6e2dab48fc07b826c0b6afe46d
parent8dbdfd8c042dcb8b4640e989077cc308d1879cc6 (diff)
downloadfietsboek-9bf3d075cdd36d7f5f8b896cb064a6a09f863d75.tar.gz
fietsboek-9bf3d075cdd36d7f5f8b896cb064a6a09f863d75.tar.bz2
fietsboek-9bf3d075cdd36d7f5f8b896cb064a6a09f863d75.zip
add some margins around journey map
-rw-r--r--fietsboek/templates/journey_details.jinja29
1 files changed, 6 insertions, 3 deletions
diff --git a/fietsboek/templates/journey_details.jinja2 b/fietsboek/templates/journey_details.jinja2
index b669f13..a4941e5 100644
--- a/fietsboek/templates/journey_details.jinja2
+++ b/fietsboek/templates/journey_details.jinja2
@@ -61,10 +61,13 @@
{% else %}
{% set gpx_url = request.route_path("journey-gpx", journey_id=journey.id) %}
{% endif %}
- <div id="mainmap" class="gpxview:{{ gpx_url }}:OSM" style="width:100%;height:600px">
- <noscript><p>{{ _("page.noscript") }}<p></noscript>
+ <div class="mb-3">
+ <div id="mainmap" class="gpxview:{{ gpx_url }}:OSM" style="width:100%;height:600px">
+ <noscript><p>{{ _("page.noscript") }}<p></noscript>
+ </div>
</div>
- <div id="mainmap_hp" style="width:100%;height:300px">
+ <div class="mb-3">
+ <div id="mainmap_hp" style="width:100%;height:300px"></div>
</div>
<table class="table table-hover" style="margin-top: 10px;">