Skip to content

Commit

Permalink
Merge pull request #1750 from RunDevelopment/footer-gap
Browse files Browse the repository at this point in the history
Fixed gap after footer
  • Loading branch information
Gerrit0 committed Oct 22, 2021
2 parents c35f10a + 0658b30 commit 39850f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions static/style.css
Expand Up @@ -641,6 +641,10 @@ footer {
border-top: 1px solid var(--color-panel-divider);
background-color: var(--color-panel);
}
footer:after {
content: "";
display: table;
}
footer.with-border-bottom {
border-bottom: 1px solid var(--color-panel-divider);
}
Expand Down

0 comments on commit 39850f4

Please sign in to comment.