LoveIt/assets/css/_core/_layout.scss

16 lines
188 B
SCSS
Raw Normal View History

2019-08-24 13:32:41 +02:00
/** Layout **/
2019-08-11 19:36:19 +02:00
.wrapper {
display: flex;
flex-direction: column;
min-height: 100vh;
2019-08-11 19:36:19 +02:00
width: 100%;
main {
flex: 1 0 auto;
.container {
padding: 0 1rem;
}
}
2019-08-11 19:36:19 +02:00
}