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 {