Center text in jobs table columns

This commit is contained in:
Mondo Diaz
2026-02-02 15:30:46 -06:00
parent ff25677b16
commit 2136e1f0c5

View File

@@ -183,7 +183,7 @@
.jobs-table th,
.jobs-table td {
padding: 0.75rem 1rem;
text-align: left;
text-align: center;
border-bottom: 1px solid var(--border-color);
}
@@ -205,6 +205,7 @@
color: var(--text-primary);
display: flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
}