hugo-whisper-theme/assets/scss/components/_page.scss
2019-02-17 16:55:16 +10:00

8 lines
104 B
SCSS

.page {
display: flex;
min-height: 100vh;
flex-direction: column;
.wrapper {
flex: 1;
}
}