mirror of
https://github.com/TeamPiped/hugo-whisper-theme.git
synced 2024-08-14 23:57:00 +00:00
9 lines
104 B
SCSS
9 lines
104 B
SCSS
|
.page {
|
||
|
display: flex;
|
||
|
min-height: 100vh;
|
||
|
flex-direction: column;
|
||
|
.wrapper {
|
||
|
flex: 1;
|
||
|
}
|
||
|
}
|