Commit 45e232ef by Matt Toback

Added a calc to make the page height 100%. Well supported, verified on caniuse

parent 9accb962
......@@ -28,7 +28,7 @@
padding: ($spacer * 2) ($spacer * 4);
max-width: 1060px;
margin-left: 0;
//min-height: 100%;
min-height: calc(100% - 54px);
padding-bottom: $spacer * 5;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment