18 lines
313 B
CSS
18 lines
313 B
CSS
#map {
|
|
height: 600px;
|
|
width: 1200px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
.container {
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.form {
|
|
max-width: 600px; /* Vous pouvez ajuster la largeur maximale selon vos besoins */
|
|
width: 200%;
|
|
} |