10 lines
146 B
Text
10 lines
146 B
Text
body {
|
|
margin: 0;
|
|
display: flex;
|
|
flex-direction: column;
|
|
height: 100vh;
|
|
}
|
|
|
|
@import "header.less";
|
|
@import "main.less";
|
|
@import "footer.less";
|