Skip to content

Commit

Permalink
Fix footer appearing on top for short pages (#1277)
Browse files Browse the repository at this point in the history
Fixes: #1276
  • Loading branch information
Maetveis committed Apr 12, 2023
1 parent 371126e commit a9ac168
Showing 1 changed file with 2 additions and 1 deletion.
@@ -1,7 +1,8 @@
.bd-footer-article {
margin-top: auto;

.footer-article-items {
display: flex;
flex-direction: column;
margin-top: auto;
}
}

0 comments on commit a9ac168

Please sign in to comment.