Skip to content

Commit

Permalink
Ensure the footer is fixed at the bottom and scrolls appropriately
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisWiegman committed Nov 14, 2024
1 parent f2a4ec1 commit 7db7daf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions assets/scss/components/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ header {

main {
margin-top: 60px;
min-height: calc(100vh - 215px);
min-height: calc(100vh - 145px);

article,
.prevnext {
Expand Down Expand Up @@ -215,8 +215,6 @@ footer {
width: 100%;
background: $navbar;
padding: 1rem 0;
bottom: 0;
position: absolute;

.content {
align-items: center;
Expand Down

0 comments on commit 7db7daf

Please sign in to comment.