From 9554423e8377d2ce20f338ca7d33933c2a741c9e Mon Sep 17 00:00:00 2001 From: Diya Dalakoti <90713817+DiyaDalakoti@users.noreply.github.com> Date: Fri, 25 Oct 2024 17:16:01 +0530 Subject: [PATCH] Update styles.css changed the line height --- 05-sidebar/setup/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05-sidebar/setup/styles.css b/05-sidebar/setup/styles.css index cc36f5499..f8702e745 100644 --- a/05-sidebar/setup/styles.css +++ b/05-sidebar/setup/styles.css @@ -70,7 +70,7 @@ body { font-family: var(--ff-secondary); background: var(--clr-grey-10); color: var(--clr-grey-1); - line-height: 1.5; + line-height: 1.7; /* here changed the line height from 1.5 to 1.7 by Diya Dalakoti */ font-size: 0.875rem; } ul {