Skip to content

Commit

Permalink
More space under the map
Browse files Browse the repository at this point in the history
  • Loading branch information
waldoj committed Jan 8, 2024
1 parent c6d0f3b commit 978f82b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/bill.php
Original file line number Diff line number Diff line change
Expand Up @@ -1046,7 +1046,7 @@
<link href="https://api.mapbox.com/mapbox-gl-js/v2.3.1/mapbox-gl.css" rel="stylesheet" />
<script src="https://npmcdn.com/@turf/turf/turf.min.js"></script>
<style>
#map { height: 250px; width:100%; }
#map { height: 250px; width:100%; margin-bottom: 1.5em; }
</style>
<script>
$( document ).ready(function() {
Expand Down

0 comments on commit 978f82b

Please sign in to comment.