Skip to content

Commit 310debe

Browse files
authored
Reduce markdown table font size (#249)
1 parent dc39d73 commit 310debe

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/css/custom.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,17 @@ figure img {
181181
height: auto !important;
182182
}
183183

184+
/* Make markdown table content slightly smaller for better fit */
185+
.markdown table {
186+
font-size: 0.9rem;
187+
}
188+
189+
.markdown table th,
190+
.markdown table td {
191+
font-size: inherit;
192+
line-height: 1.4;
193+
}
194+
184195
.youtube-embed__container {
185196
background: var(--media-container-bg);
186197
border: 1px solid var(--media-container-border);

0 commit comments

Comments
 (0)