Fix trip page layout on mobile

This commit is contained in:
Edward Betts 2024-02-19 09:46:57 +00:00
parent 7a9fbcec7b
commit 38dccc1529

View file

@ -65,7 +65,8 @@
{% block content %} {% block content %}
<div class="row"> <div class="row">
<div class="col m-3"> <div class="col-md-6 col-sm-12">
<div class="m-3">
{{ next_and_previous() }} {{ next_and_previous() }}
<h1>{{ trip.title }}</h1> <h1>{{ trip.title }}</h1>
<p class="lead"> <p class="lead">
@ -248,7 +249,8 @@
{{ next_and_previous() }} {{ next_and_previous() }}
</div> </div>
<div class="col"> </div>
<div class="col-md-6 col-sm-12">
<div id="map"></div> <div id="map"></div>
</div> </div>
</div> </div>