1
0
mirror of https://github.com/Tygs/0bin.git synced 2023-08-10 21:13:00 +03:00

Sticky footer

This commit is contained in:
ksamuel 2020-08-13 14:54:34 +02:00
parent 6c1dad2626
commit ba14ae969e

View File

@ -46,9 +46,6 @@
/* body & other stuff */ /* body & other stuff */
body {
padding-bottom: 40px;
}
.blk-space { .blk-space {
height: 20px; height: 20px;
@ -101,16 +98,24 @@ blockquote {
/* Footer */ /* Footer */
#app {
display: flex;
min-height: 100vh;
flex-direction: column;
}
#wrap-content {
flex: 1;
}
.footer { .footer {
text-align: center; text-align: center;
bottom: 0px;
position: fixed;
height: 60px; height: 60px;
width: 100%; width: 100%;
position: relative;
display: block; display: block;
margin: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;
padding: 8px 0 0 0; padding: 8px 0 0 0;
left: 0;
background-color: #424141; background-color: #424141;
} }