fix: changed the font-weight of h1-course (#370)

Fixes #347
This commit is contained in:
Long Phan
2024-10-21 22:20:21 -05:00
committed by GitHub
parent b6eccaca6a
commit 4f609aeec7

View File

@@ -59,7 +59,7 @@
.h1-course {
font-size: 1rem;
font-weight: 600;
font-weight: 550;
text-transform: capitalize;
letter-spacing: 0;
}