chore: cleanup

This commit is contained in:
Cory Dransfeldt 2024-09-17 12:48:17 -07:00
parent b6151a5e77
commit a80d5897e2
No known key found for this signature in database
4 changed files with 4 additions and 6 deletions

View file

@ -401,7 +401,6 @@ th {
justify-content: space-between;
& h1 {
font-weight: var(--font-weight-extrabold);
margin: 0;
padding: 0;
}

View file

@ -92,8 +92,7 @@
--font-size-3xl: 1.6rem;
--font-weight-base: 400;
--font-weight-bold: 600;
--font-weight-extrabold: 800;
--font-weight-bold: 700;
--line-height-sm: 1;
--line-height-md: 1.5;