mirror of
https://github.com/danog/sass-site.git
synced 2024-11-26 20:14:53 +01:00
adding space
This commit is contained in:
parent
aa5d678984
commit
34edc69c8d
@ -3,7 +3,7 @@
|
||||
|
||||
|
||||
|
||||
$footer-height: 15em;
|
||||
$footer-height: 10.5em;
|
||||
|
||||
html,
|
||||
body { height: 100%; }
|
||||
|
8
source/assets/stylesheets/regions/_main.scss
Normal file
8
source/assets/stylesheets/regions/_main.scss
Normal file
@ -0,0 +1,8 @@
|
||||
// ===========================================================================
|
||||
// MAIN
|
||||
|
||||
|
||||
|
||||
.main {
|
||||
padding-bottom: 4em;
|
||||
}
|
@ -50,6 +50,7 @@
|
||||
|
||||
@import "regions/banner";
|
||||
@import "regions/navigation";
|
||||
@import "regions/main";
|
||||
@import "regions/contentinfo";
|
||||
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
= partial "layouts/shared/banner"
|
||||
|
||||
.container
|
||||
= yield
|
||||
.main(role="main")= yield
|
||||
= partial "layouts/shared/complementary"
|
||||
|
||||
.footer-shim
|
||||
|
Loading…
Reference in New Issue
Block a user