Files
codiki-hexagonal/frontend/src/app/app.component.scss
2024-06-12 12:38:42 +02:00

14 lines
173 B
SCSS

:host {
display: flex;
flex-direction: column;
flex: 1;
app-header {
width: 100%;
}
main {
flex: 1;
padding: 1em 0;
}
}