diff --git a/assets/css/master.css b/assets/css/master.css index aa4a6d4a5..8bc78bc7a 100644 --- a/assets/css/master.css +++ b/assets/css/master.css @@ -869,6 +869,8 @@ nav#TableOfContents li, nav#TableOfContents ul { .blog-post { font-family: "Source Serif Pro", serif; + /* hotfix to make the footer sticky in short blog posts */ + min-height: calc(100vh - 225px - 52px); } .blog-post img {