From 6920052f3c980c1233ea512c3e2701743e1b98a7 Mon Sep 17 00:00:00 2001 From: John Toniutti Date: Tue, 27 Feb 2024 22:49:31 +0100 Subject: [PATCH] Remove text justification --- _layouts/home.html | 2 +- _layouts/post.html | 2 +- _sass/tallneck/layout.scss | 5 ----- 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/_layouts/home.html b/_layouts/home.html index 956b37b..a6a5746 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -4,7 +4,7 @@

{{ page.title }}

-
+
{{ content }}
diff --git a/_layouts/post.html b/_layouts/post.html index 4b82d8d..64d761c 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -18,6 +18,6 @@

{{ page.title }}

{% endif %}
-
+
{{ content }}
diff --git a/_sass/tallneck/layout.scss b/_sass/tallneck/layout.scss index 6aa2075..25a5b11 100644 --- a/_sass/tallneck/layout.scss +++ b/_sass/tallneck/layout.scss @@ -46,11 +46,6 @@ } } -.justify-text { - text-align: justify; - word-spacing: -2px; -} - .content-width { max-width: $content-width; margin-left: auto;