Docs - add sticky footer

This commit is contained in:
Sam 2019-12-28 23:23:30 +01:00
parent 91b77cd819
commit c2815ae47b
2 changed files with 28 additions and 0 deletions

View File

@ -43,6 +43,14 @@
html {
font-family: "Lato", sans-serif;
height: 100vh;
}
body {
margin: 0;
min-height: 100vh;
padding-bottom: 65px;
position: relative;
}
.alert-danger {
@ -59,3 +67,9 @@ html {
background-color: #f5894f;
border-color: transparent;
}
.footer {
bottom: 0;
height: 65px;
position: absolute;
}

View File

@ -43,6 +43,14 @@
html {
font-family: "Lato", sans-serif;
height: 100vh;
}
body {
margin: 0;
min-height: 100vh;
padding-bottom: 65px;
position: relative;
}
.alert-danger {
@ -59,3 +67,9 @@ html {
background-color: #f5894f;
border-color: transparent;
}
.footer {
bottom: 0;
height: 65px;
position: absolute;
}