Previous version made GPDR-friendly
This commit is contained in:
7
src/scss/utilities/_wrapper.scss
Normal file
7
src/scss/utilities/_wrapper.scss
Normal file
@@ -0,0 +1,7 @@
|
||||
.wrapper {
|
||||
max-width: map-get($metrics, 'wrap-max-width');
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
padding-left: get-size(500);
|
||||
padding-right: get-size(500);
|
||||
}
|
||||
Reference in New Issue
Block a user