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

19 lines
203 B
SCSS
Raw Normal View History

2023-01-06 22:40:29 +01:00
.sl-l-section {
margin: {
top: 3rem;
bottom: 3rem;
2023-01-09 20:10:02 +01:00
}
2023-01-06 22:40:29 +01:00
padding: {
top: 3rem;
bottom: 3rem;
2023-01-09 20:10:02 +01:00
}
2023-01-06 22:40:29 +01:00
2023-01-09 20:10:02 +01:00
&:first-child {
margin-top: 0;
}
2023-01-06 22:40:29 +01:00
2023-01-09 20:10:02 +01:00
&:last-child {
margin-bottom: 0;
}
2023-01-06 22:40:29 +01:00
}