From 4de333e03773acbb940eb03c0fd915ca2c466e1a Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 6 Oct 2014 08:12:47 -0700 Subject: justify text in the articles Closes #2 --- static/css/screen.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'static') diff --git a/static/css/screen.css b/static/css/screen.css index a4efb1d..b8dd88b 100644 --- a/static/css/screen.css +++ b/static/css/screen.css @@ -147,7 +147,8 @@ figure { #site { margin: auto; - text-align: left; + text-align: justify; + text-justify: inter-word; line-height: 1.65; font-weight: 400; font-size: 110%; -- cgit v1.2.3