_sass/centos/_main.scss in jekyll-theme-centos-0.7.3 vs _sass/centos/_main.scss in jekyll-theme-centos-0.7.4

- old
+ new

@@ -1,7 +1,14 @@ +body { + display: flex; + flex-direction: column; + min-height: 100vh; +} + .home, .page, .blog, .aside, .download, .sponsors, .search, .post { + display: flex; + flex: 1; @extend .container; - min-height: calc(30vh); } .home { &__content { @extend .col-sm-12;