1
0
Fork 0

Add CSS to keep footer always at the bottom

This commit is contained in:
Stasiek Michalski 2018-06-02 07:26:24 +02:00 committed by GitHub
parent 840ea0b41b
commit ddbf0adb67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -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;