Skip to content

Commit

Permalink
Display full footer on pages
Browse files Browse the repository at this point in the history
Removing the height, the footer displays the licence note without hide it
due to fixed value on CSS for .footer tag. And it keeps being displayed
properly even when footer-links are included, or any other div is added.

Signed-off-by: ybonatakis <[email protected]>
  • Loading branch information
b10n1k committed Mar 25, 2024
1 parent dad7990 commit 2aef26b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions assets/stylesheets/overall.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ body {
position: absolute;
bottom: 0;
width: 100%;
// set the fixed height of the footer here
height: 30px;
background-color: #f5f5f5;
}
.darkmode {
Expand Down

0 comments on commit 2aef26b

Please sign in to comment.