feat: version v0.0.2

This commit is contained in:
Gabe Farrell 2025-06-14 19:14:30 -04:00
parent 0dceaf017a
commit 7ff317756f
36 changed files with 336 additions and 160 deletions

View file

@ -55,7 +55,7 @@
:root {
--header-xl: 78px;
--header-xl: 36px;
--header-lg: 28px;
--header-md: 22px;
--header-sm: 16px;
@ -63,6 +63,18 @@
--header-weight: 600;
}
@media (min-width: 60rem) {
:root {
--header-xl: 78px;
--header-lg: 28px;
--header-md: 22px;
--header-sm: 16px;
--header-xl-weight: 600;
--header-weight: 600;
}
}
html,
body {
background-color: var(--color-bg);