Skip to content

Commit 7fa70bd

Browse files
partintro: fix test styling
1 parent cc294f3 commit 7fa70bd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

style.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@ body {
3636
margin-bottom: 1.25rem;
3737
}
3838

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+
3947
/* Set our custom font */
4048
body {
4149
font-family: var(--font-text);

0 commit comments

Comments
 (0)