commit 32d8c6d558fc4782ca87c299aed014a3d6f7acfc
parent 05169255a5eb150a31a182fb86094632600a7ef6
Author: ugrnm <ultrageranium@bleu255.com>
Date: Wed Aug 21 18:12:11 +0200
text justify
Diffstat:1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/style.css b/style.css
@@ -61,6 +61,8 @@ main a, main a:hover, main a:visited {
* {
font-family: "Route159-SemiBold", Fallback, sans-serif;
font-size: 1.05em;
+ text-align: justify;
+ text-justify: inter-word;
}
.centreplz {
@@ -103,7 +105,6 @@ em {
p, li {
font-kerning: auto;
- word-spacing: 110%;
letter-spacing: 0.02em;
}