map responsive
This commit is contained in:
@@ -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 */
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user