Skip to content

Commit

Permalink
* typography: add text-wrap style to headings and blockquotes.
Browse files Browse the repository at this point in the history
  • Loading branch information
catouse committed Jan 26, 2024
1 parent 82058d7 commit cbcaf65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/typography/src/style/blockquote.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
blockquote, .blockquote {
@apply -border-l-4 -pl-3 -text-md;
text-wrap: balance;
}
blockquote figcaption , .blockquote figcaption {
@apply -text-gray-500 -text-sm;
Expand Down
1 change: 1 addition & 0 deletions lib/typography/src/style/heading.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ h4, .h4,
h5, .h5,
h6, .h6 {
@apply -leading-normal -font-bold;
text-wrap: balance;
}
h1, .h1 {
@apply -text-h1;
Expand Down

0 comments on commit cbcaf65

Please sign in to comment.