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 {