🐞 fix: Adjust styling for Servers page

This commit is contained in:
Keith Solomon
2025-11-30 09:56:25 -06:00
parent d367a5392d
commit 9291b641da
3 changed files with 24 additions and 2 deletions

View File

@@ -127,3 +127,18 @@
.table { width: 100%; border-collapse: collapse; }
.table th, .table td { padding: 0.625rem; border-bottom: 0.0625rem solid var(--border); text-align: left; }
.spec-grid {
display: flex;
gap: var(--gap);
div {
flex: 1;
h2 {
border-bottom: 0.0625rem solid var(--border);
margin-bottom: 0.75rem;
padding-bottom: 0.25rem;
}
}
}