fix: dashboard 3-column hidden on screens <=1024px — change breakpoint to 768px
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user