mirror of
https://github.com/danog/sass-site.git
synced 2024-12-14 02:17:36 +01:00
10 lines
153 B
SCSS
10 lines
153 B
SCSS
.section-bottom {
|
|
@include padding-leader;
|
|
@include padding-trailer;
|
|
background: $color-background;
|
|
|
|
@include breakpoint($screen-small) {
|
|
|
|
}
|
|
}
|