sass-site/source/assets/stylesheets/regions/_main.scss

12 lines
168 B
SCSS
Raw Normal View History

2012-11-28 13:16:13 +01:00
// ===========================================================================
// MAIN
.main {
2012-11-29 06:00:50 +01:00
@extend %clearfix;
2012-11-28 17:23:08 +01:00
padding: {
top: 1em;
bottom: 4em;
}
2012-11-28 13:16:13 +01:00
}