This commit is contained in:
Codrin Pavel
2019-11-12 13:34:23 +02:00
parent ae00c23db5
commit 0bb5a41c17
99 changed files with 10723 additions and 2 deletions

View File

@@ -0,0 +1,14 @@
.wrapper {
position: relative;
margin-left: auto;
margin-right: auto;
width: 100%;
max-width: $wrapper-max-width;
@each $name, $size in $wrapper-gutter {
@include mq($name) {
padding-left: $size;
padding-right: $size;
}
}
}