We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc294f3 commit 7fa70bdCopy full SHA for 7fa70bd
style.css
@@ -36,6 +36,14 @@ body {
36
margin-bottom: 1.25rem;
37
}
38
39
+/* Render part intros just like other text */
40
+.partintro div.content {
41
+ line-height: 1.6;
42
+ font-size: 1.0625rem;
43
+ letter-spacing: -.01em;
44
+ text-rendering: optimizeLegibility;
45
+}
46
+
47
/* Set our custom font */
48
body {
49
font-family: var(--font-text);
0 commit comments