website/oldscss/layouts/map.scss

20 lines
272 B
SCSS
Raw Permalink Normal View History

2024-05-12 11:20:23 +02: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%;
}
}