diff options
Diffstat (limited to 'static/sass')
-rw-r--r-- | static/sass/main.scss | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/static/sass/main.scss b/static/sass/main.scss index 23622b6..346c0f0 100644 --- a/static/sass/main.scss +++ b/static/sass/main.scss @@ -43,7 +43,7 @@ a { } } body { - hyphens: auto; + hyphens: none; } /* Font selection */ @@ -95,6 +95,9 @@ h1.topmost { article { margin-bottom: 100px; + p { + hyphens: auto; + } } } @@ -114,8 +117,9 @@ h1.topmost { margin-bottom: 10px; } - .content { + .content p { line-height: 1.4; + hyphens: auto; } code, tt { |