This commit is contained in:
Marc Beninca 2025-02-17 22:00:27 +01:00
parent 5308fb054b
commit 8d04ea7501
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 13 additions and 1 deletions

View file

@ -14,8 +14,16 @@ html {
}
body {
hanging-punctuation: first last;
min-block-size: 100svh;
}
h1, h2, h3, h4, h5, h6 {
text-wrap: balance;
}
figcaption,
li,
p {
text-wrap: pretty;
}