1
Fork 0
bauke-xyz/source/scss/_mixins.scss

6 lines
92 B
SCSS

@mixin responsive-container {
margin-left: auto;
margin-right: auto;
width: 1000px;
}