SabradouMap/style.css
2023-07-11 18:28:08 +02:00

24 lines
357 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%;
}
.footer, .header{
text-align: center;
}