From 4f609aeec797c1f99f0a57e5aeef7b82756ea4bc Mon Sep 17 00:00:00 2001 From: Long Phan <75595656+Wizardbacon13@users.noreply.github.com> Date: Mon, 21 Oct 2024 22:20:21 -0500 Subject: [PATCH] fix: changed the font-weight of h1-course (#370) Fixes #347 --- src/views/components/common/Text/Text.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/components/common/Text/Text.module.scss b/src/views/components/common/Text/Text.module.scss index c4fa009b..c7d64590 100644 --- a/src/views/components/common/Text/Text.module.scss +++ b/src/views/components/common/Text/Text.module.scss @@ -59,7 +59,7 @@ .h1-course { font-size: 1rem; - font-weight: 600; + font-weight: 550; text-transform: capitalize; letter-spacing: 0; }