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 7bde800 commit b54d7b0Copy full SHA for b54d7b0
src/client/theme-default/styles/components/vp-doc.css
@@ -35,6 +35,13 @@
35
font-size: 20px;
36
}
37
38
+.vp-doc h4 {
39
+ margin: 24px 0 0;
40
+ letter-spacing: -0.01em;
41
+ line-height: 24px;
42
+ font-size: 18px;
43
+}
44
+
45
.vp-doc .header-anchor {
46
position: absolute;
47
top: 0;
@@ -262,7 +269,8 @@
262
269
263
270
.vp-doc h1 > code,
264
271
.vp-doc h2 > code,
265
-.vp-doc h3 > code {
272
+.vp-doc h3 > code,
273
+.vp-doc h4 > code {
266
274
font-size: 0.9em;
267
275
268
276
0 commit comments