adding space

This commit is contained in:
Jina Bolton 2012-11-28 04:16:13 -08:00
parent aa5d678984
commit 34edc69c8d
4 changed files with 11 additions and 2 deletions

View File

@ -3,7 +3,7 @@
$footer-height: 15em;
$footer-height: 10.5em;
html,
body { height: 100%; }

View File

@ -0,0 +1,8 @@
// ===========================================================================
// MAIN
.main {
padding-bottom: 4em;
}

View File

@ -50,6 +50,7 @@
@import "regions/banner";
@import "regions/navigation";
@import "regions/main";
@import "regions/contentinfo";

View File

@ -26,7 +26,7 @@
= partial "layouts/shared/banner"
.container
= yield
.main(role="main")= yield
= partial "layouts/shared/complementary"
.footer-shim