Skip to content

Commit 98bff0a

Browse files
committed
fix: update blog table padding
1 parent 61c6ec8 commit 98bff0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/styles/typography.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
.prose thead th:first-child,
1111
tbody td:first-child,
1212
tfoot td:first-child {
13-
padding-left: 0.5714286em;
13+
padding-inline-start: 0.5714286em !important;
1414
}
1515
.prose h2#table-of-contents {
1616
@apply mb-2;

0 commit comments

Comments
 (0)