Docs - add sticky footer
This commit is contained in:
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;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user