From 07e6993edb66e2c0eb01b7611741ec1cd204a6a8 Mon Sep 17 00:00:00 2001 From: Thomas Schwery Date: Thu, 28 Nov 2019 09:28:51 +0100 Subject: [PATCH] Styling - Justify the text on the whole site --- themes/hugo-tschwery/assets/css/custom.css | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/hugo-tschwery/assets/css/custom.css b/themes/hugo-tschwery/assets/css/custom.css index 57db6c3..5e052cf 100644 --- a/themes/hugo-tschwery/assets/css/custom.css +++ b/themes/hugo-tschwery/assets/css/custom.css @@ -1,6 +1,7 @@ body { font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; background-color: #FCFCFC; + text-align: justify; } h1 { font-size: 2.1rem; }