Make footer sticky
This commit is contained in:
parent
3dd1ddb07e
commit
27f89a9786
1 changed files with 11 additions and 0 deletions
11
style.css
11
style.css
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue