Merge branch 'dev'

This commit is contained in:
Florent Le Saout 2021-11-26 11:50:19 +01:00
commit a2ca48f220
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);