From fd4a92e9e4bd0d2b39a93819408e7e383e0d3c05 Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Wed, 3 Oct 2018 13:15:36 +0200 Subject: [PATCH] css: don't justify text --- css/clear-typography.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/clear-typography.css b/css/clear-typography.css index 7421d48..ead303f 100644 --- a/css/clear-typography.css +++ b/css/clear-typography.css @@ -45,7 +45,7 @@ body { font-family: ClearSans, sans-serif; - text-align:justify; + text-align:left; font-size: 16px; line-height: 1.5em; color: #666; @@ -67,7 +67,7 @@ text-decoration:none; h1, h2, h3, h4, h5, h6, h7 { - text-align:justify; + text-align:left; font-size: 1em; line-height: 1.5em; padding:0px;