fix: make sure breakpoints are aligned with bulma mobile

This commit is contained in:
2025-06-15 17:41:52 +02:00
parent 0b483ce630
commit 623ca8bc0a

View File

@@ -55,13 +55,13 @@
width: 90%;
}
@media only screen and (min-width: 1000px) {
@media only screen and (min-width: 768px) {
.maplibregl-popup {
max-width: 280px !important;
}
}
@media only screen and (max-width: 1000px) {
@media only screen and (max-width: 768px) {
.maplibregl-popup {
max-width: 150px !important;
}