mirror of
https://github.com/Retropex/custom-ocean.xyz-dashboard.git
synced 2025-05-12 19:20:45 +02:00
Update workers.css
This commit is contained in:
parent
e2c58c25cf
commit
6fcbfa806d
@ -331,3 +331,14 @@
|
|||||||
padding-right: 0.3rem !important;
|
padding-right: 0.3rem !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
/* Add extra padding at bottom of worker grid to avoid overlap */
|
||||||
|
.worker-grid {
|
||||||
|
margin-bottom: 60px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Ensure summary stats have proper spacing on mobile */
|
||||||
|
@media (max-width: 576px) {
|
||||||
|
.summary-stats {
|
||||||
|
margin-bottom: 60px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user