mirror of
https://github.com/danog/sass-site.git
synced 2024-12-13 18:07:35 +01:00
15 lines
193 B
SCSS
15 lines
193 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; }
|
||
|
}
|