From 009fa8aa0a0761c141393a11daa652769823e487 Mon Sep 17 00:00:00 2001 From: Vlad Faust Date: Thu, 17 May 2018 15:07:55 +0300 Subject: [PATCH] fix: word wrap in p --- src/style.sass | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style.sass b/src/style.sass index 8595552..015ac32 100644 --- a/src/style.sass +++ b/src/style.sass @@ -14,6 +14,7 @@ body p margin: 0 + word-wrap: break-word & + p margin-top: 1rem