1
0
Fork 0
SabradouMap/style.css

43 lines
531 B
CSS

#map {
height: 600px;
width: 1200px;
margin-left: auto;
margin-right: auto;
}
.container {
display: block;
width: 100%;
}
.form {
max-width: 600px; /* Vous pouvez ajuster la largeur maximale selon vos besoins */
width: 200%;
}
.footer, .header{
text-align: center;
}
.container {
display: block;
width: 100%;
}
.left-column {
display: flex;
width: 20%;
padding: 10px;
}
.right-column {
display: flex;
width: 80%;
padding: 10px;
}
#map {
height: 500px;
}