2023-03-28 13:06:28 +02:00
|
|
|
body, html {
|
2023-03-31 00:49:11 +02:00
|
|
|
background-color: gainsboro;
|
2023-03-29 16:50:48 +02:00
|
|
|
min-height: 100vh;
|
2023-03-31 00:49:11 +02:00
|
|
|
padding-bottom: 0px;
|
2023-03-31 17:07:25 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#map {
|
|
|
|
height: 350px;
|
|
|
|
width: 100%;
|
|
|
|
border-radius: 5px;
|
2023-03-28 13:06:28 +02:00
|
|
|
}
|