From df563499f20a665510a4fd3e5d8e1761d56323d0 Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Sun, 14 Nov 2021 23:41:41 +0100 Subject: [PATCH] justify text --- themes/chosto/static/css/custom.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/chosto/static/css/custom.css b/themes/chosto/static/css/custom.css index 9001a8b..2244aec 100644 --- a/themes/chosto/static/css/custom.css +++ b/themes/chosto/static/css/custom.css @@ -3,3 +3,7 @@ display: flex; flex-direction: column; } + +.content { + text-align: justify; +}