We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 375c058 commit 81a470eCopy full SHA for 81a470e
2 files changed
src/themes/shared/_base.css
@@ -8,6 +8,7 @@
8
font: inherit;
9
-webkit-text-size-adjust: none;
10
text-size-adjust: none;
11
+ line-height: normal;
12
}
13
14
html,
src/themes/shared/_markdown.css
@@ -248,6 +248,7 @@
248
margin: 2rem 0 0.5em;
249
color: var(--heading-color);
250
font-weight: var(--heading-font-weight);
251
252
253
/* Prevent long titles from causing horizontal scrolling */
254
&[id] a {
0 commit comments