1
0
mirror of https://gitlab.com/MisterBiggs/brain-quartz.git synced 2025-07-22 06:11:23 +00:00

fix: font weight consistency

This commit is contained in:
Jacky Zhao
2024-02-02 00:53:05 -08:00
parent 18cd58617d
commit 2b57a68e1f
5 changed files with 11 additions and 6 deletions

View File

@@ -4,3 +4,5 @@ $tabletBreakpoint: 1000px;
$sidePanelWidth: 380px;
$topSpacing: 6rem;
$fullPageWidth: $pageWidth + 2 * $sidePanelWidth;
$boldWeight: 700;
$normalWeight: 400;