SabradouMap/style.css

33 lines
367 B
CSS
Raw Normal View History

2023-07-11 14:08:23 +02:00
#map {
height: 600px;
width: 100%;
margin: 0 ;
2023-07-11 18:03:40 +02:00
}
.container {
2023-07-13 18:31:31 +02:00
display: flex;
2023-07-13 14:28:23 +02:00
width: 100%;
2023-07-13 18:31:31 +02:00
align-content: center;
2023-07-13 14:28:23 +02:00
}
.left-column {
display: flex;
width: 10%;
2023-07-13 14:28:23 +02:00
padding: 10px;
}
.right-column {
display: flex;
width: 90%;
2023-07-13 14:28:23 +02:00
padding: 10px;
}
.cities > li {
2023-07-13 18:31:31 +02:00
list-style: none;
}
.header > * {
text-align: center;
2023-07-13 14:28:23 +02:00
}