$site-margin-top: 8px;
$site-margin-bottom: 48px;
@mixin site-margins() {
#content {
margin: {
top: $site-margin-top;
bottom: $site-margin-bottom;
}