Skip to content

Commit

Permalink
partintro: fix test styling
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianFranzen committed Feb 20, 2023
1 parent cc294f3 commit 7fa70bd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ body {
margin-bottom: 1.25rem;
}

/* Render part intros just like other text */
.partintro div.content {
line-height: 1.6;
font-size: 1.0625rem;
letter-spacing: -.01em;
text-rendering: optimizeLegibility;
}

/* Set our custom font */
body {
font-family: var(--font-text);
Expand Down

0 comments on commit 7fa70bd

Please sign in to comment.