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
|
||||
{
|
||||
display: inline-block;
|
||||
padding: 2em;
|
||||
padding: 1ex 2.5ex 2.5ex;
|
||||
text-align: left;
|
||||
float: left;
|
||||
}
|
||||
|
@ -173,7 +173,7 @@
|
|||
*/
|
||||
float: right;
|
||||
display:inline-block;
|
||||
padding: 2em;
|
||||
padding: 1ex 2.5ex 2.5ex;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
|
|
|
@ -45,7 +45,7 @@ var parallelism = (function($) { var _ = {
|
|||
marginBottom: 0,
|
||||
|
||||
// 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.
|
||||
verticalNudge: 0,
|
||||
|
|
Loading…
Reference in a new issue