Adjusted line height in bio and card paragraph

This commit is contained in:
Ryan Freeman 2021-11-23 23:16:40 +00:00
parent 90c6d7a843
commit 9a977dccd4

View File

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