fix: styles

This commit is contained in:
Cory Dransfeldt 2024-05-23 20:17:38 -07:00
parent 96453fbe0b
commit 40637560d9
No known key found for this signature in database

View file

@ -44,6 +44,11 @@
} }
} }
} }
table th:first-of-type,
table td:first-of-type {
width: calc(var(--sizing-3xl) * 6);
}
} }
@media screen and (min-width: 768px) { @media screen and (min-width: 768px) {