Skip to content

Commit

Permalink
Fixed gap after footer
Browse files Browse the repository at this point in the history
  • Loading branch information
RunDevelopment committed Oct 20, 2021
1 parent c35f10a commit 0658b30
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions static/style.css
Original file line number Diff line number Diff line change
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 0658b30

Please sign in to comment.