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