sass-site/source/assets/css/layout/_sections.scss
2019-03-04 16:50:23 -08:00

26 lines
316 B
SCSS

.sl-l-section {
margin: {
top: 3rem;
bottom: 3rem;
};
padding: {
top: 3rem;
bottom: 3rem;
};
&:first-child { margin-top: 0; }
&:last-child { margin-bottom: 0; }
&--small {
margin: {
top: 0;
bottom: 0;
};
padding: {
top: 0;
bottom: 0;
};
}
}