From f322a0bbdd115ee1ad14fc50b96a07e79b2a9bd4 Mon Sep 17 00:00:00 2001 From: Daniel Rudolf Date: Sun, 3 Apr 2022 16:55:53 +0200 Subject: [PATCH] Don't justify contents by default Justifying contents is discouraged in general, but furthermore produces some really ugly lines with Pico's sample contents --- CHANGELOG.md | 1 + css/style.css | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3046ddf..5c00ab5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ Released: - * [New] Update to API version 4 (no changes necessary) * [Changed] Include non-hidden pages without a title in the navigation menu; use the page ID as fallback for the missing page title +* [Changed] Don't justify text contents by default * [Changed] Update syntax to Twig 3.3 * [Changed] Update credits in theme footer ``` diff --git a/css/style.css b/css/style.css index 82fa1ae..2a1041b 100644 --- a/css/style.css +++ b/css/style.css @@ -185,7 +185,6 @@ body { } p, td, th, li, dd { - text-align: justify; overflow-wrap: break-word; word-wrap: break-word; }