css/custom.css aktualisiert
This commit is contained in:
parent
b0fd43a16f
commit
20c870f640
|
|
@ -55,15 +55,16 @@ html, body {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
body {
|
|
||||||
background-color: #FAF2E9 !important;
|
|
||||||
}
|
|
||||||
.wrapper {
|
.wrapper {
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
|
|
||||||
/* Equal to height of footer */
|
/* Equal to height of footer */
|
||||||
/* But also accounting for potential margin-bottom of last child */
|
/* But also accounting for potential margin-bottom of last child */
|
||||||
margin-bottom: -200px;
|
margin-bottom: -200px;
|
||||||
|
|
||||||
|
background-color: #FAF2E9 !important;
|
||||||
|
|
||||||
}
|
}
|
||||||
footer,
|
footer,
|
||||||
.push {
|
.push {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue