Skip to content

Commit

Permalink
Add hotfix for making footer sticky in blogposts
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Aug 28, 2023
1 parent 61c319a commit b63759a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/css/master.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit b63759a

Please sign in to comment.