From cd919264badf4b8a314702c872a7da14893b26fad0c88a9528a709378b5af7bd Mon Sep 17 00:00:00 2001 From: Nicholas Johnson Date: Tue, 27 Jun 2023 00:00:00 +0000 Subject: Revert "Justify text" This reverts commit 19491418e6d661fe626013d3f64779cdd1af0403. --- assets/css/style.css | 4 ---- 1 file changed, 4 deletions(-) (limited to 'assets/css') diff --git a/assets/css/style.css b/assets/css/style.css index 7ab9488..50536a1 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -42,8 +42,6 @@ h1, h2, h3, h4, h5, h6 { p { overflow-wrap: break-word; - text-align: justify; - text-justify: inter-word; } pre { @@ -56,8 +54,6 @@ blockquote { background-color: #272822; font-style: italic; padding: 1.0em; - text-align: justify; - text-justify: inter-word; } blockquote :first-child { -- cgit v1.2.3