Styling
This commit is contained in:
+19
-9
@@ -47,13 +47,23 @@ input {
|
||||
min-width: 100px;
|
||||
}
|
||||
|
||||
footer {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
height: 10.5rem; /* Footer height */
|
||||
html, body {
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
}
|
||||
.footer {
|
||||
vertical-align: top;
|
||||
text-align: left;
|
||||
}
|
||||
.wrapper {
|
||||
min-height: 100%;
|
||||
|
||||
/* Equal to height of footer */
|
||||
/* But also accounting for potential margin-bottom of last child */
|
||||
margin-bottom: -150px;
|
||||
}
|
||||
footer,
|
||||
.push {
|
||||
height: 150px;
|
||||
}
|
||||
|
||||
/*.footer {*/
|
||||
/* vertical-align: top;*/
|
||||
/* text-align: left;*/
|
||||
/*}*/
|
||||
Reference in New Issue
Block a user