_sass/centos/_main.scss in jekyll-theme-centos-0.8.0 vs _sass/centos/_main.scss in jekyll-theme-centos-0.8.1
- old
+ new
@@ -1,4 +1,10 @@
+body {
+ display: flex;
+ flex-direction: column;
+ min-height: 100vh;
+}
+
.page, .blog, .aside, .download, .sponsors, .search, .post {
display: flex;
@extend .container;
}