commit 9aa7ebc8c4404551797d11ec1bbac407283677d4
parent 64fd75dc32b782d8ff2ee6c488e09469610cfca7
Author: Chris <chris@echoz.io>
Date: Fri, 2 Feb 2024 02:57:14 +0100
fix: tweak word spacing
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/assets/css/extended/text-justify.css b/assets/css/extended/text-justify.css
@@ -1,7 +1,9 @@
.post-content p {
text-align: justify;
text-justify: inter-word;
+ word-spacing: -0.0625em;
}
+
@media (max-width: 600px) {
.post-content p {
hyphens: auto;