DRAFT | new theme - minimage
This commit is contained in:
parent
5116fe4640
commit
ac8d9e7eb3
90 changed files with 15302 additions and 1 deletions
22
themes/minimage/source/sass/object/component/_container.scss
Normal file
22
themes/minimage/source/sass/object/component/_container.scss
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
.c-container {
|
||||
max-width: $document-width--xlarge;
|
||||
width: 100%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
|
||||
@include mq('large') {
|
||||
max-width: $document-width--large;
|
||||
}
|
||||
|
||||
@include mq('medium') {
|
||||
max-width: $document-width--medium;
|
||||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
@include mq('small') {
|
||||
max-width: $document-width--small;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue