fix margin

This commit is contained in:
Yves Gatesoupe 2021-11-26 11:48:56 +01:00
parent 37afec8fb2
commit f61a6057ee
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<div class="[ wrapper ]">
<h2 class="mt-4">Où sommes-nous ?</h2>
</div>
<div id = "map" style = "width: 100%; height: 500px"></div>
<div id = "map" style = "width: 100%; height: 500px; margin-bottom: 8rem;"></div>
<script type="text/javascript" src="/vendor/js/leaflet.js"></script>
<script>
// Creating map options

View File

@ -5,7 +5,7 @@
}
.form-container {
margin-top: 8rem;
// margin-top: 8rem;
padding: 0 0 6rem;
background-color: var(--color-primary);
color: var(--color-dark);