matrix-dimension/web/app/app.component.scss
2021-11-30 20:06:59 -07:00

10 lines
183 B
SCSS

// styles applied on :host are applied on the current component, "app" in this case
:host {
display: block;
}
main {
font-family: 'Inter', Arial, sans-serif;
display: block;
}