teemant-react/src/App.scss

9 lines
93 B
SCSS

.App {
&,
main {
height: 100vh;
display: flex;
flex-direction: column;
}
}