6 lines
77 B
SCSS
6 lines
77 B
SCSS
|
|
body {
|
|
display: flex;
|
|
flex-direction: column;
|
|
min-height: 100vh;
|
|
}
|