9 lines
94 B
SCSS
9 lines
94 B
SCSS
.app {
|
|
@include gradient-background;
|
|
margin: 0;
|
|
|
|
& > div {
|
|
min-height: 100vh;
|
|
}
|
|
}
|