website/assets/scss/layouts/map.scss
2023-01-23 10:07:18 +01:00

19 lines
272 B
SCSS

.ol-attribution {
ul {
margin: 0 !important;
padding: .5em !important;
line-height: normal;
font-size: small;
}
}
.about-place-map {
width: 50em;
height: 30em;
}
@media (max-width: $responsive-small) {
.about-place-map {
width: 100%;
}
}