SabradouMap/style.css

24 lines
357 B
CSS
Raw Normal View History

2023-07-11 14:08:23 +02:00
#map {
2023-07-11 17:32:16 +02:00
height: 600px;
width: 1200px;
2023-07-11 17:31:14 +02:00
margin-left: auto;
margin-right: auto;
2023-07-11 18:03:40 +02:00
}
.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%;
2023-07-11 18:28:08 +02:00
}
.footer, .header{
text-align: center;
}