sass-site/source/assets/css/layout/_sections.scss

15 lines
193 B
SCSS
Raw Normal View History

2018-12-28 01:31:28 +01:00
.sl-l-section {
margin: {
top: 3rem;
bottom: 3rem;
};
padding: {
top: 3rem;
bottom: 3rem;
};
&:first-child { margin-top: 0; }
&:last-child { margin-bottom: 0; }
}