Skip to content
Snippets Groups Projects
Commit 048198fc authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Merge branch 'sticky-footer' into 'develop'

Ensure the footer always stays at the bottom of the page

See merge request funkwhale/funkwhale!718
parents 4b66ea02 eb0c2a44
No related branches found
No related tags found
No related merge requests found
Ensure the footer always stays at the bottom of the page
......@@ -88,8 +88,14 @@ body {
font-family: "Avenir", Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: flex;
min-height: 100vh;
flex-direction: column;
}
#app > main, #app > .main {
flex: 1;
}
.instance-chooser {
margin-top: 2em;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment