From c430265f7ce68e113334bef47f807454a7037f78 Mon Sep 17 00:00:00 2001 From: Raoul Date: Mon, 23 Aug 2021 21:53:09 +0200 Subject: [PATCH] Justify text and break lines --- assets/sass/custom.css | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/assets/sass/custom.css b/assets/sass/custom.css index 03de42c..671e8ee 100644 --- a/assets/sass/custom.css +++ b/assets/sass/custom.css @@ -1,7 +1,6 @@ /* - * Styleshoot for Cosin 2009 - by Cedric Spindler + * Stylesheet for Cosin 2009 - by Cedric Spindler * adapted for Cosin 2009 - poven - * */ /* ###### General ###### */ @@ -15,6 +14,15 @@ body { width: 934px; } +p { + text-align: justify; + overflow-wrap: break-word; + /* word-break: break-all; */ + -wekit-hyphens: auto; + -moz-hyphens: auto; + hyphens: auto; +} + a { color: #5c8040; font-style: italic; @@ -133,7 +141,6 @@ a:hover { margin-bottom: 3px; } - /* ###### Reset ###### */ #clear {