website/assets/scss/layouts/map.scss
2024-09-23 23:01:01 +02:00

19 lines
272 B
SCSS
Executable file

.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%;
}
}