Skip to content

Commit

Permalink
Reduce font-size of H4-h6 to differentiate from H3
Browse files Browse the repository at this point in the history
  • Loading branch information
jhauraw committed Jul 17, 2020
1 parent b7636f9 commit d54e4d3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/cdata.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,14 @@
@apply text-26;
}

& > h3,
& > h3 {
@apply text-2xl;
}

& > h4,
& > h5,
& > h6 {
@apply text-2xl;
@apply text-xl;
}

/* <p>, <ul>, <ol>, <blockquote p>:typography */
Expand Down

0 comments on commit d54e4d3

Please sign in to comment.