Make footer sticky

This commit is contained in:
Daniel Rudolf 2015-11-03 21:07:32 +01:00
parent 3dd1ddb07e
commit 27f89a9786

View file

@ -413,9 +413,18 @@ blockquote p {
/*-----------------------------------------------------------------------------------*/
/* STUCTURE
/*-----------------------------------------------------------------------------------*/
.body-wrapper {
display: flex;
min-height: 100vh;
flex-direction: column;
}
.top-wrapper {
background: #2a2a2a
}
.light-wrapper,
.dark-wrapper {
flex: 1;
}
.light-wrapper {
background: #FFF
}
@ -784,6 +793,7 @@ footer {
background: #2a2a2a;
color: #bebebe;
display: block;
width: 100%;
}
footer a {
color: #ff6760;
@ -807,6 +817,7 @@ footer h6 {
background: #262626;
color: #bebebe;
text-align: center;
width: 100%;
}
.subfooter-wrapper a {
color: #bebebe;