Add CSS to keep footer always at the bottom

pull/135/head
Stasiek Michalski 7 years ago committed by GitHub
parent 840ea0b41b
commit ddbf0adb67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,3 +1,15 @@
html, body {
min-height:100vh;
}
body {
display: flex;
flex-flow: column;
}
#content {
margin-bottom: auto !important;
}
body, button, input, textarea {
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",
Roboto,Helvetica,Arial,sans-serif;

Loading…
Cancel
Save