Skip to content

Commit 705ebeb

Browse files
committed
table styles update
- reduce margins - rm reduced fontsize
1 parent 6864770 commit 705ebeb

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

assets/css/common/post-single.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,19 +130,18 @@
130130
}
131131

132132
.post-content table {
133-
margin-bottom: 32px;
133+
margin-bottom: var(--content-gap);
134134
}
135135

136136
.post-content table th,
137137
.post-content table:not(.highlighttable, .highlight table, .gist .highlight) td {
138138
min-width: 80px;
139-
padding: 12px 8px;
139+
padding: 8px 5px;
140140
line-height: 1.5;
141141
border-bottom: 1px solid var(--border);
142142
}
143143

144144
.post-content table th {
145-
font-size: 14px;
146145
text-align: start;
147146
}
148147

0 commit comments

Comments
 (0)