From b1071dc97c4ee00279537b687c61ffbf7044f0bc Mon Sep 17 00:00:00 2001 From: samaradel Date: Thu, 8 Jul 2021 12:33:03 +0200 Subject: [PATCH] reduce fonts --- src/assets/scss/main.scss | 2 +- src/templates/BlogPost.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/assets/scss/main.scss b/src/assets/scss/main.scss index 8ca5028ee..421c7d0cc 100644 --- a/src/assets/scss/main.scss +++ b/src/assets/scss/main.scss @@ -30,7 +30,7 @@ h1 { .post-card-excerpt, .post-content-text { font-family: "Poppins", sans-serif !important; - line-height: 1.5; + line-height: 1.7; } .post-content-text h2 { diff --git a/src/templates/BlogPost.vue b/src/templates/BlogPost.vue index e960920d2..fc294dd25 100644 --- a/src/templates/BlogPost.vue +++ b/src/templates/BlogPost.vue @@ -88,7 +88,7 @@ " >
@@ -210,4 +210,4 @@ export default { }; }, }; - \ No newline at end of file +