Skip to content

Commit 60c5496

Browse files
committed
Add table styles for improved layout and spacing
1 parent 45eed7f commit 60c5496

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

static/css/site.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,16 @@ hr {
2323
opacity: 0.125;
2424
}
2525

26+
/* Table Styles */
27+
table {
28+
padding: 0.5rem;
29+
}
30+
31+
table th,
32+
table td {
33+
padding: 0.5rem;
34+
}
35+
2636
/* Code Highlighting */
2737
.highlight {
2838
border: 3px solid #f0f0f0;

0 commit comments

Comments
 (0)