better table margins

This commit is contained in:
2026-08-06 11:26:14 -07:00
parent 0a5d393618
commit 153a90fb0a
+1
View File
@@ -240,6 +240,7 @@ table {
border-spacing: 0; /* border collapse doesn't play nice with radii */
border-radius: .3rem;
border: thin solid var(--color-pink);
margin: 1.25rem 0;
}
th {