2023-07-11 14:08:23 +02:00
|
|
|
#map {
|
2023-07-14 11:02:48 +02:00
|
|
|
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;
|
2023-07-14 11:02:48 +02:00
|
|
|
width: 10%;
|
2023-07-13 14:28:23 +02:00
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.right-column {
|
|
|
|
display: flex;
|
2023-07-14 11:02:48 +02:00
|
|
|
width: 90%;
|
2023-07-13 14:28:23 +02:00
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
2023-07-14 11:02:48 +02:00
|
|
|
.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
|
|
|
}
|
|
|
|
|