cyp/app/css/app.less
Ondrej Zara 17b5040766 art
2019-03-19 22:56:39 +01:00

11 lines
146 B
Plaintext

body {
margin: 0;
display: flex;
flex-direction: column;
height: 100vh;
}
@import "header.less";
@import "main.less";
@import "footer.less";