fix: make sure breakpoints are aligned with bulma mobile
This commit is contained in:
@@ -55,13 +55,13 @@
|
|||||||
width: 90%;
|
width: 90%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1000px) {
|
@media only screen and (min-width: 768px) {
|
||||||
.maplibregl-popup {
|
.maplibregl-popup {
|
||||||
max-width: 280px !important;
|
max-width: 280px !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 1000px) {
|
@media only screen and (max-width: 768px) {
|
||||||
.maplibregl-popup {
|
.maplibregl-popup {
|
||||||
max-width: 150px !important;
|
max-width: 150px !important;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user