a few more dashboard updates
This commit is contained in:
@@ -55,6 +55,10 @@
|
||||
min-height: 350px;
|
||||
}
|
||||
|
||||
.chart-container.chart-full-width {
|
||||
grid-column: 1 / -1;
|
||||
}
|
||||
|
||||
.chart-container h3 {
|
||||
margin: 0 0 1.5rem 0;
|
||||
font-size: 1.25rem;
|
||||
@@ -68,6 +72,17 @@
|
||||
touch-action: pan-y; /* Allow vertical scrolling on mobile */
|
||||
}
|
||||
|
||||
/* Responsive design */
|
||||
@media (max-width: 1200px) {
|
||||
.dashboard-charts {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
.chart-container.chart-full-width {
|
||||
grid-column: 1;
|
||||
}
|
||||
}
|
||||
|
||||
/* Responsive design */
|
||||
@media (max-width: 768px) {
|
||||
.dashboard-container {
|
||||
|
||||
Reference in New Issue
Block a user