CSS fixes

This commit is contained in:
Dennis Reimann
2021-09-22 10:01:46 +02:00
parent 6d30453f16
commit 5c87ca1a4c
2 changed files with 4 additions and 1 deletions

View File

@@ -8,7 +8,9 @@
& #map {
@media (--up_to_L) {
margin-top: var(--space-xl);
& img {
& img,
& .dot {
display: none;
}
}