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; }