Files
rc-portfolio/src/app/app.component.scss

17 lines
231 B
SCSS
Raw Normal View History

:host {
display: flex;
flex-direction: column;
height: 100vh;
}
main {
flex: 1;
overflow-y: auto;
margin-top: 3.5rem;
2025-02-27 20:44:29 -05:00
//set content always center
display: flex;
justify-content: center;
align-items: center;
}