From 86455e04cfebe13992771d969a97f06272153893 Mon Sep 17 00:00:00 2001 From: Campbell Alden Date: Wed, 14 Sep 2022 17:16:16 +0900 Subject: [PATCH] Remove justify styles from paragraphs --- static/style.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/static/style.css b/static/style.css index 413636c..cb2b4f3 100644 --- a/static/style.css +++ b/static/style.css @@ -71,10 +71,6 @@ html, body, p, section, header, article { letter-spacing: var(--body-font-letter-spacing); } -p { - text-align: justify; -} - .text-align\:center { text-align: center !important; }