diff --git a/magicbook/stylesheets/components/typography.scss b/magicbook/stylesheets/components/typography.scss index a6170c6..47153c4 100644 --- a/magicbook/stylesheets/components/typography.scss +++ b/magicbook/stylesheets/components/typography.scss @@ -12,6 +12,8 @@ p { margin-top: 10pt; margin-bottom: 10pt; font-weight: $font-book; + orphans: 2; + widows: 2; } h1 {