Skip to content

Commit

Permalink
Limit footer to bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
LageTs committed Jan 6, 2024
1 parent 91df000 commit d99383b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions assets/ananke/css/_styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,13 @@
.nested-links a{
overflow-wrap: break-word;
}

body {
display: flex;
flex-direction: column;
min-height: 100vh;
}

footer {
margin-top: auto;
}

0 comments on commit d99383b

Please sign in to comment.