LoveIt/assets/css/_core/_layout.scss
2019-08-24 19:32:41 +08:00

30 lines
No EOL
392 B
SCSS

/** Layout **/
.wrapper {
display: flex;
flex-direction: column;
min-height: 98vh;
width: 100%;
}
.main {
flex: 1 0 auto;
}
.container {
padding-left: 1rem;
padding-right: 1rem;
}
.footer {
height: 2rem;
width: 100%;
text-align: center;
line-height: 1.5rem;
padding-top: 2rem;
}
.notfound {
font-size: 2rem;
transform: translateY(35vh);
text-align: center;
}