13 lines
199 B
SCSS
13 lines
199 B
SCSS
@import "~reset-css/sass/reset";
|
|
|
|
html, body {
|
|
height: 100%;
|
|
}
|
|
|
|
.center {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
height: 100%;
|
|
}
|