map responsive

This commit is contained in:
2024-10-08 14:44:25 +02:00
parent 541aaff83c
commit 0f3c160735
5 changed files with 39 additions and 7 deletions

View File

@@ -6,8 +6,10 @@
background-color: #cecfcc;
text-align: center;
position: relative;
height: 600px;
width: auto;
width: 100%; /* Prend toute la largeur du conteneur parent */
max-width: 800px; /* Optionnel : Limiter la largeur maximale */
margin: 0 auto; /* Centrer le conteneur */
height: auto; /* Permet à la hauteur de s'ajuster automatiquement */
}