From fe1668bfc7f73ebf914aaa736a063faa95dafbf7 Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Wed, 3 Oct 2018 13:30:31 +0200 Subject: [PATCH] css: remove some forgotten justify --- css/clear-typography.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/css/clear-typography.css b/css/clear-typography.css index ead303f..feb07cb 100644 --- a/css/clear-typography.css +++ b/css/clear-typography.css @@ -112,7 +112,7 @@ h2 { h3 { - text-align:justify; + text-align:left; font-size: 1.8em; line-height: 1.5em; padding:0.1em; @@ -129,7 +129,7 @@ h3 { h4 { - text-align:justify; + text-align:left; font-size: 1.5em; line-height: 1.5em; padding:0.1em; @@ -146,7 +146,7 @@ h4 { h5 { - text-align:justify; + text-align:left; font-size: 1.3em; line-height: 1.5em; padding:0.1em; @@ -163,7 +163,7 @@ h5 { h6 { - text-align:justify; + text-align:left; font-size: 1.3em; line-height: 1.5em; padding:0.1em;