Skip to content

Commit

Permalink
fix: text-wrap balance for headings
Browse files Browse the repository at this point in the history
  • Loading branch information
Yolijn committed Oct 20, 2024
1 parent bfd979f commit da8c559
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions apps/frameless.io/renderer/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,15 @@
word-break: break-word;
}

.utrecht-heading-1,
.utrecht-heading-2,
.utrecht-heading-3,
.utrecht-heading-4,
.utrecht-heading-5,
.utrecht-heading-6 {
text-wrap: balance;
}

.utrecht-logo > .frameless-logo-image__svg {
display: block;
}
Expand Down

0 comments on commit da8c559

Please sign in to comment.