From 5a5cc66acefc92d29c655c87964d3e6f8d242a7c Mon Sep 17 00:00:00 2001 From: Chuck Dries Date: Thu, 16 Nov 2017 20:19:31 -0700 Subject: [PATCH] Give text room to b r e a t h e --- css/style.css | 2 +- sass/style.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 8faa26b..b5a9752 100644 --- a/css/style.css +++ b/css/style.css @@ -145,7 +145,7 @@ */ body { font-family: 'Playfair Display', serif; - line-height: 1.6; } + line-height: 2; } #top { padding-top: 10px; diff --git a/sass/style.scss b/sass/style.scss index 9a987d7..f15b9dd 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -28,7 +28,7 @@ body { @extend .reset; // font-family: 'Nota-serif', serif; font-family: 'Playfair Display', serif; - line-height: 1.6; // margin-bottom: 700px; + line-height: 2; // margin-bottom: 700px; } #top {