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;