common-cents-web/src/app/app.scss
2026-02-14 21:51:33 -06:00

21 lines
309 B
SCSS

.app-content {
padding: 0.5rem;
}
h1 {
font-size: 3.125rem;
line-height: 100%;
letter-spacing: -0.125rem;
font-weight: 500;
margin: 0;
font-family: sans-serif;
}
h2 {
font-size: 1.2rem;
line-height: 100%;
font-weight: 500;
margin: 0;
font-family: sans-serif;
font-style: italic;
}