Skip to content

Commit 5b2d54f

Browse files
committed
table spacing
1 parent 5083f79 commit 5b2d54f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

styles.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,4 +324,12 @@
324324
margin: 0 auto;
325325
}
326326
}
327+
328+
table {
329+
border-collapse: separate;
330+
border-spacing: 16px 12px; /* horizontal vertical spacing */
331+
}
332+
th, td {
333+
padding: 12px 18px; /* vertical horizontal padding */
334+
}
327335

0 commit comments

Comments
 (0)