Give text room to b r e a t h e

This commit is contained in:
Chuck Dries 2017-11-16 20:19:31 -07:00
parent ad8f56b214
commit 5a5cc66ace
2 changed files with 2 additions and 2 deletions

View File

@ -145,7 +145,7 @@
*/ */
body { body {
font-family: 'Playfair Display', serif; font-family: 'Playfair Display', serif;
line-height: 1.6; } line-height: 2; }
#top { #top {
padding-top: 10px; padding-top: 10px;

View File

@ -28,7 +28,7 @@
body { body {
@extend .reset; // font-family: 'Nota-serif', serif; @extend .reset; // font-family: 'Nota-serif', serif;
font-family: 'Playfair Display', serif; font-family: 'Playfair Display', serif;
line-height: 1.6; // margin-bottom: 700px; line-height: 2; // margin-bottom: 700px;
} }
#top { #top {