Docs - add sticky footer
This commit is contained in:
parent
91b77cd819
commit
c2815ae47b
14
docs/_static/custom.css
vendored
14
docs/_static/custom.css
vendored
@ -43,6 +43,14 @@
|
|||||||
|
|
||||||
html {
|
html {
|
||||||
font-family: "Lato", sans-serif;
|
font-family: "Lato", sans-serif;
|
||||||
|
height: 100vh;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
margin: 0;
|
||||||
|
min-height: 100vh;
|
||||||
|
padding-bottom: 65px;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.alert-danger {
|
.alert-danger {
|
||||||
@ -59,3 +67,9 @@ html {
|
|||||||
background-color: #f5894f;
|
background-color: #f5894f;
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.footer {
|
||||||
|
bottom: 0;
|
||||||
|
height: 65px;
|
||||||
|
position: absolute;
|
||||||
|
}
|
||||||
|
@ -43,6 +43,14 @@
|
|||||||
|
|
||||||
html {
|
html {
|
||||||
font-family: "Lato", sans-serif;
|
font-family: "Lato", sans-serif;
|
||||||
|
height: 100vh;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
margin: 0;
|
||||||
|
min-height: 100vh;
|
||||||
|
padding-bottom: 65px;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.alert-danger {
|
.alert-danger {
|
||||||
@ -59,3 +67,9 @@ html {
|
|||||||
background-color: #f5894f;
|
background-color: #f5894f;
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.footer {
|
||||||
|
bottom: 0;
|
||||||
|
height: 65px;
|
||||||
|
position: absolute;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user