Update workers.css

This commit is contained in:
DJObleezy 2025-03-25 08:18:29 -07:00 committed by GitHub
parent e2c58c25cf
commit 6fcbfa806d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -331,3 +331,14 @@
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;
}
}