This repository has been archived on 2022-02-28. You can view files and clone it, but cannot push or open issues or pull requests.
frontend-styles/src/scss/_container.scss

7 lines
113 B
SCSS
Raw Normal View History

2022-01-23 20:09:33 +01:00
.container {
max-width:1000px;
margin:22px auto;
@include padding-left(15px);
@include padding-right(15px);
}