6 lines
76 B
SCSS
6 lines
76 B
SCSS
.l-main {
|
|
display: flex;
|
|
flex-direction: column;
|
|
min-height: 100vh;
|
|
}
|