7 lines
118 B
SCSS
7 lines
118 B
SCSS
main {
|
|
height: 100vh;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
} |