From 55da20bde05f607611d1f59f4c87df6265c8bc02 Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Sat, 14 Sep 2024 23:41:41 -0500 Subject: [PATCH] bio line height: --- src/styles/leftNav.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/styles/leftNav.scss b/src/styles/leftNav.scss index f225242..500d44a 100644 --- a/src/styles/leftNav.scss +++ b/src/styles/leftNav.scss @@ -53,6 +53,7 @@ .bio { font-size: 0.85rem; + line-height: 1.4; ul { padding-left: 12px; @@ -121,4 +122,4 @@ } } } -} +} \ No newline at end of file