Skip to content

Commit

Permalink
Added headers to max line length (#369)
Browse files Browse the repository at this point in the history
Fix: Added headers to max line length
  • Loading branch information
HeleenSG authored Jul 4, 2023
1 parent 2bfd1bf commit 5a40d5c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion manon/max-line-length.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@ $breakpoint: 24rem !default;
p,
a,
span,
li {
li,
h1,
h2,
h3,
h4,
h5,
h6 {
max-width: var(--max-line-length-max-width);
hyphens: var(--max-line-length-hyphens);
word-break: var(--max-line-length-word-break);
Expand Down

0 comments on commit 5a40d5c

Please sign in to comment.