Skip to content

Commit

Permalink
Add text-wrap: balance to headers (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
MeFoDy authored Apr 15, 2023
1 parent ee595d4 commit b256886
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions styles/slide/content/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
margin-bottom: 33px;
color: var(--color-grey);
font: bold 50px/1 'PT Sans Narrow', sans-serif;
text-wrap: balance;
}

.slide * + h2 {
Expand Down
1 change: 1 addition & 0 deletions styles/slide/elements/shout.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
text-align: center;
line-height: 1;
font-size: 150px;
text-wrap: balance;
transform: translateY(-50%);
}

Expand Down

0 comments on commit b256886

Please sign in to comment.