cheatsheets/_sass/2017/components/body-area.scss

6 lines
87 B
SCSS

.body-area {
max-width: $area-width;
margin: 0 auto;
@include gutter(padding);
}