Private
Public Access
1
0

feat: add text wrap pretty with balance as fallback

- add text-wrap for better structure and appearance
This commit is contained in:
2026-02-11 19:35:10 +01:00
parent 36f83e7ac4
commit e71c6e2a7b
2 changed files with 4 additions and 0 deletions

View File

@@ -89,6 +89,8 @@
color: var(--color-profile-text);
font-size: 1.125rem;
line-height: 1.625;
text-wrap: pretty;
text-wrap: balance;
@media (min-width: 768px) {
font-size: 1.25rem;

View File

@@ -60,6 +60,8 @@
<style>
article {
display: block;
text-wrap: pretty;
text-wrap: balance;
border-radius: 1rem;
transition: box-shadow ease-in-out 0.1s, transform ease-in-out 0.3s 0s;
will-change: rotate;