sendou.ink/components/elements/Heading.module.css
Kalle 732366d5c1
CSS modules initial (#669)
* More global css

* Migrate 404.tsx

* Header.tsx partial

* links.tsx

* 500.tsx

* AbilityIcon.tsx

* BuildStats.tsx progress

* about.tsx

* admin.tsx

* Adjust button border

* Stylelint
2021-09-27 21:15:42 +03:00

6 lines
107 B
CSS

.heading {
font-size: var(--heading-size);
font-weight: var(--fontWeights-bold);
line-height: 1.2;
}