Skip to content

Commit

Permalink
fix footer placement
Browse files Browse the repository at this point in the history
  • Loading branch information
mhils committed Jul 31, 2024
1 parent 10ceecd commit 617340b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/assets/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,17 @@ mitmproxy website | MIT License | github.com/mitmproxy/www */

html {
scroll-behavior: smooth;
height: 100%;
}

body {
height: 100%;
display: flex;
flex-direction: column;

> footer {
margin-top: auto;
}
}

@import "./home";
Expand Down

0 comments on commit 617340b

Please sign in to comment.