Skip to content

Commit

Permalink
Merge pull request #424 from MTES-MCT/feature/carto-16-9
Browse files Browse the repository at this point in the history
Carto super simu 16/9E
  • Loading branch information
pyDez committed Sep 30, 2024
2 parents ad3df62 + a9bf471 commit 547f574
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions envergo/static/sass/project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1827,6 +1827,15 @@ main.demonstrateur_2150 {
#moulinette,
#triage {
max-width: 650px;

@media (width < 20em) {
#map-container {
&::before {
// switch from ratio 16x9 to ratio 4x3 when width < 320px/20em
padding-bottom: 75%;
}
}
}
}
}

Expand Down
2 changes: 1 addition & 1 deletion envergo/templates/amenagement/moulinette/form.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
l'emplacement du projet.
</label>
<figure class="fr-content-media">
<div id="map-container" class="ratio-4x3 fr-mt-1w fr-mb-2w fr-raw-link">
<div id="map-container" class="ratio-16x9 fr-mt-1w fr-mb-2w fr-raw-link">
<div class="ratio-content">
<div class="leaflet-container">
<div id="map"></div>
Expand Down

0 comments on commit 547f574

Please sign in to comment.