common-cents-web/src/app/app.scss
Joe f2226b2bfd Basic API consumption support and refactored UI to use material (#1)
Co-authored-by: Joe Arndt <jmarndt@users.noreply.github.com>
Reviewed-on: #1
2026-02-23 21:16:31 +00: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;
}