footer fixes
This commit is contained in:
parent
3fd14e9391
commit
da49433e93
2 changed files with 3 additions and 3 deletions
|
@ -159,7 +159,7 @@
|
||||||
#footer .left
|
#footer .left
|
||||||
{
|
{
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 2em;
|
padding: 1ex 2.5ex 2.5ex;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
@ -173,7 +173,7 @@
|
||||||
*/
|
*/
|
||||||
float: right;
|
float: right;
|
||||||
display:inline-block;
|
display:inline-block;
|
||||||
padding: 2em;
|
padding: 1ex 2.5ex 2.5ex;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -45,7 +45,7 @@ var parallelism = (function($) { var _ = {
|
||||||
marginBottom: 0,
|
marginBottom: 0,
|
||||||
|
|
||||||
// Margin (in px) to preserve at the top of the viewport.
|
// Margin (in px) to preserve at the top of the viewport.
|
||||||
marginTop: 0,
|
marginTop: 220,
|
||||||
|
|
||||||
// Nudge the reel by this value (in px) after it's been vertically centered.
|
// Nudge the reel by this value (in px) after it's been vertically centered.
|
||||||
verticalNudge: 0,
|
verticalNudge: 0,
|
||||||
|
|
Loading…
Reference in a new issue