From c575f9e95bb94b4a093f3cd3910ffa01bcf0be5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Wed, 25 Aug 2021 14:49:15 +0200 Subject: [PATCH] theme: increse readability of chapter archetypes #54 in case text is long --- static/css/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/theme.css b/static/css/theme.css index 9c2e39f7c3..4ff9e37e79 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -393,7 +393,7 @@ textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[typ border-bottom: 4px solid #F0F2F4; } #chapter p { - text-align: center; + text-align: justify; font-size: 1.2rem; } #footer {