feat(frontend): balance heading text (#952)

This commit is contained in:
Dominik Pschenitschni 2025-06-16 22:40:28 +02:00 committed by GitHub
parent b1c200c9aa
commit 82e4a9d0f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 0 deletions

View File

@ -8,5 +8,6 @@
@import "link-share";
@import "loading";
@import "flatpickr";
@import "typography";
@import 'helpers';
@import 'navigation';

View File

@ -0,0 +1,8 @@
h1,
h2,
h3,
h4,
h5,
h6 {
text-wrap: balance;
}