14 lines
136 B
CSS
14 lines
136 B
CSS
body {
|
|
padding-top: 60px;
|
|
}
|
|
.map {
|
|
height: 400px;
|
|
width: 100%;
|
|
}
|
|
.ol-attribution {
|
|
max-width: 50%;
|
|
}
|
|
#tags {
|
|
display: none;
|
|
}
|