Files
FixIt/assets/css/_core/_layout.scss
T
Cell e369458f09 Draft:
 Feat: add pageStyle option (#62)
TODO: refactor toc logic (#65)

> Tip: This commit needs to be improved and to be tested. Please don't update to it!
2022-02-17 12:20:12 +08:00

19 lines
276 B
SCSS

/** Layout **/
.wrapper {
display: flex;
flex-direction: column;
min-height: 100vh;
width: 100%;
main {
flex: 1 0 auto;
.container {
display: flex;
flex-direction: row-reverse;
justify-content: center;
padding: 0 1rem;
}
}
}