mirror of
https://github.com/danog/sass-site.git
synced 2024-12-04 18:38:12 +01:00
19 lines
203 B
SCSS
19 lines
203 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;
|
|
}
|
|
}
|