From 78115e38921fd9b6560074236f3abe743ff5ccce Mon Sep 17 00:00:00 2001 From: BurnyLlama Date: Sat, 29 Jan 2022 11:50:40 +0100 Subject: [PATCH] Removed all 'text-align: justify;' --- assets/css/theme.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/assets/css/theme.css b/assets/css/theme.css index 3b286b2..36f4fa6 100644 --- a/assets/css/theme.css +++ b/assets/css/theme.css @@ -65,7 +65,6 @@ h6 { p { margin: .5em 0 .25em 0; - text-align: justify; } a { @@ -146,4 +145,4 @@ img { margin: 1rem 0; border-radius: .5rem; box-shadow: 0 1rem 2rem var(--grey1); -} \ No newline at end of file +}