From 9a977dccd4d7774708a20405981f9ec541a3785a Mon Sep 17 00:00:00 2001 From: Ryan Freeman Date: Tue, 23 Nov 2021 23:16:40 +0000 Subject: [PATCH] Adjusted line height in bio and card paragraph --- styles/Home.module.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/Home.module.scss b/styles/Home.module.scss index 19e4cc3..03bad74 100644 --- a/styles/Home.module.scss +++ b/styles/Home.module.scss @@ -39,7 +39,7 @@ .bio { font-size: 1rem; - line-height: 1.75; + line-height: 1.625; max-width: 24rem; @include lg { max-width: 100%; @@ -95,5 +95,5 @@ .card p { margin: 0; font-size: 1rem; - line-height: 1.5; + line-height: 1.625; }