Skip to content

Commit e5b6028

Browse files
committed
Merge remote-tracking branch 'origin/main' into main
2 parents 630a2ae + 066d45f commit e5b6028

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

src/css/global.scss

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,37 @@ h3 {
1919
.leaflet-top {
2020
top: 93px !important;
2121
}
22+
@media all and (max-width: 1430px) {
2223

24+
.leaflet-top {
25+
top: 128px !important;
26+
}
27+
}
2328
@media all and (max-width: 1200px) {
2429

2530
.leaflet-top {
2631
top: 170px !important;
2732
}
2833
}
34+
@media all and (max-width: 940px) {
35+
36+
.leaflet-top {
37+
top: 220px !important;
38+
}
39+
}
2940

3041
@media all and (max-width: 770px) {
3142

3243
.leaflet-top {
3344
top: 255px !important;
3445
}
3546
}
47+
@media all and (max-width: 440px) {
48+
49+
.leaflet-top {
50+
top: 210px !important;
51+
}
52+
}
3653

3754
.leaflet-control-attribution {
3855
bottom: 100px !important;

0 commit comments

Comments
 (0)