7 lines
87 B
SCSS
7 lines
87 B
SCSS
app {
|
|
display: block;
|
|
min-height: 100vh;
|
|
height: 100vh;
|
|
width: 100%;
|
|
}
|