From b71e89975020ea5e7eacf3094eaa24fa3ff3fc77 Mon Sep 17 00:00:00 2001 From: Adrian Heine Date: Sun, 20 Sep 2020 22:32:20 +0200 Subject: [PATCH] Hyphenation --- index.html | 2 ++ style.css | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index df72e59..12d3a60 100644 --- a/index.html +++ b/index.html @@ -1,3 +1,4 @@ + @@ -6,3 +7,4 @@ + diff --git a/style.css b/style.css index e194f17..8e4dda1 100644 --- a/style.css +++ b/style.css @@ -13,6 +13,7 @@ body { background-color: #e1eef2; margin: 0; font-family: "Fell"; + hyphens: auto; } .wrapper { @@ -63,7 +64,7 @@ body { position: absolute; transform-origin: 0 0; font-size: 1.2em; - padding: 0 70px; + padding: 0 55px; box-sizing: border-box; } @@ -124,7 +125,7 @@ h1, .desc { margin: 0.5em 0; } blockquote { - background: #f9f9f9cc; + background: #f9f9f9cc; border-left: .5em solid #1a1c1c66; margin: .5em; padding: .5em;