We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 630a2ae + 066d45f commit e5b6028Copy full SHA for e5b6028
1 file changed
src/css/global.scss
@@ -19,20 +19,37 @@ h3 {
19
.leaflet-top {
20
top: 93px !important;
21
}
22
+@media all and (max-width: 1430px) {
23
24
+ .leaflet-top {
25
+ top: 128px !important;
26
+ }
27
+}
28
@media all and (max-width: 1200px) {
29
30
31
top: 170px !important;
32
33
34
+@media all and (max-width: 940px) {
35
+
36
37
+ top: 220px !important;
38
39
40
41
@media all and (max-width: 770px) {
42
43
44
top: 255px !important;
45
46
47
+@media all and (max-width: 440px) {
48
49
50
+ top: 210px !important;
51
52
53
54
.leaflet-control-attribution {
55
bottom: 100px !important;
0 commit comments