Sektor Browser mobile optimieung

This commit is contained in:
2026-06-06 17:00:15 +02:00
parent 06f862c68a
commit 18f99e896c
6 changed files with 98 additions and 34 deletions
+7
View File
@@ -94,3 +94,10 @@
font-size: 10px; /* Schrift minimal verkleinern */
}
}
@media (max-width: 800px)and (orientation: portrait) {
#sector-list-container {
grid-template-columns: repeat(2, 270px) !important;
justify-content: center !important;
}
}