footer fixes

This commit is contained in:
nek0 2016-06-12 17:38:18 +02:00
parent 3fd14e9391
commit da49433e93
2 changed files with 3 additions and 3 deletions

View file

@ -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;
} }

View file

@ -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,