hypothetical/resources/sass/pages/_home.scss

6 lines
116 B
SCSS

.home-page-component {
display: flex;
flex-grow: 1;
justify-content: center;
align-items: center;
}