aboutsummaryrefslogtreecommitdiff
path: root/themes/hugo-whisper-theme/assets/scss/components/_page.scss
blob: 9007af23d2e22d8861fbfd5e749899b11b118299 (plain) (blame)
1
2
3
4
5
6
7
8
.page {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  .wrapper {
    flex: 1;
  }
}