fix: dashboard 3-column hidden on screens <=1024px — change breakpoint to 768px

This commit is contained in:
A0 Orchestrator
2026-07-03 21:45:02 +02:00
parent 510004cd8f
commit c196040a10
+1 -1
View File
@@ -601,7 +601,7 @@
text-align: center; text-align: center;
} }
@media (max-width: 1024px) { @media (max-width: 768px) {
.dashboard-3col { .dashboard-3col {
grid-template-columns: 1fr; grid-template-columns: 1fr;
} }