sass-site/source/assets/sass/layout/_sections.scss
Jonny Gerig Meyer 29d77ce08a
Add prettier
2023-01-09 14:10:02 -05:00

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;
}
}