global container styles
This commit is contained in:
parent
65fa41964e
commit
67fc5c1d72
@ -1,3 +1,11 @@
|
|||||||
|
.container {
|
||||||
|
@include margin(($site-margins-mobile * 2) null);
|
||||||
|
|
||||||
|
@include media($medium-screen) {
|
||||||
|
@include margin(($site-margins * 2) null);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
section {
|
section {
|
||||||
margin-bottom: 10rem;
|
margin-bottom: 10rem;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user