Skip to content

Commit

Permalink
Add right padding to map to be able to scroll on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort committed Jun 5, 2024
1 parent 5e9fc3f commit ea9fe15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/templates/main/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ <h6 class="card-title">
</div>

<link rel="stylesheet" href="https://unpkg.com/leaflet/dist/leaflet.css"/>
<div class="my-5 rounded-3" style="height: 500px" id="map"></div>
<div class="my-5 rounded-3 me-4 me-sm-0" style="height: 500px" id="map"></div>

<script src="https://unpkg.com/leaflet/dist/leaflet.js"></script>
<style>
Expand Down

0 comments on commit ea9fe15

Please sign in to comment.