9 lines
108 B
SCSS
9 lines
108 B
SCSS
|
|
.page {
|
||
|
|
display: flex;
|
||
|
|
min-height: 100vh;
|
||
|
|
flex-direction: column;
|
||
|
|
.wrapper {
|
||
|
|
flex: 1 0 0;
|
||
|
|
}
|
||
|
|
}
|