From 6708ffb143b0b9af04c7701c288f36201904788c Mon Sep 17 00:00:00 2001 From: Jinkang Fang <67077248+jinkang-0@users.noreply.github.com> Date: Tue, 16 Jan 2024 11:53:00 -0800 Subject: [PATCH] update p style (#31) --- src/styles/_global.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/_global.scss b/src/styles/_global.scss index 0dfb99e..f8e7905 100644 --- a/src/styles/_global.scss +++ b/src/styles/_global.scss @@ -53,7 +53,7 @@ h5 { p { font-size: 1rem; - font-weight: 500; + font-weight: 400; line-height: 150%; }