website/assets/scss/layouts/map.scss

20 lines
272 B
SCSS
Raw Normal View History

2023-01-23 09:07:18 +00:00
.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%;
}
}