Increase width of main content container
This commit is contained in:
parent
5a69e71df9
commit
6c71841425
1 changed files with 10 additions and 4 deletions
|
@ -234,12 +234,15 @@ $button-size: 1.5rem;
|
||||||
@include suffix(12,1);
|
@include suffix(12,1);
|
||||||
margin-bottom: 2em;
|
margin-bottom: 2em;
|
||||||
@media #{$small} {
|
@media #{$small} {
|
||||||
@include grid(12,6);
|
@include grid(12,8);
|
||||||
@include prefix(12,0);
|
@include prefix(12,0);
|
||||||
@include suffix(12,0);
|
@include suffix(12,0);
|
||||||
}
|
}
|
||||||
|
@media #{$large} {
|
||||||
|
@include grid(12,6);
|
||||||
|
}
|
||||||
@media #{$x-large} {
|
@media #{$x-large} {
|
||||||
@include grid(12,4.5);
|
@include grid(12,5);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -252,12 +255,15 @@ $button-size: 1.5rem;
|
||||||
@include suffix(12,1);
|
@include suffix(12,1);
|
||||||
margin-bottom: 2em;
|
margin-bottom: 2em;
|
||||||
@media #{$small} {
|
@media #{$small} {
|
||||||
@include grid(12,6);
|
@include grid(12,8);
|
||||||
@include prefix(12,0);
|
@include prefix(12,0);
|
||||||
@include suffix(12,0);
|
@include suffix(12,0);
|
||||||
}
|
}
|
||||||
|
@media #{$large} {
|
||||||
|
@include grid(12,6);
|
||||||
|
}
|
||||||
@media #{$x-large} {
|
@media #{$x-large} {
|
||||||
@include grid(12,4.5);
|
@include grid(12,5);
|
||||||
}
|
}
|
||||||
h3 {
|
h3 {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
Loading…
Reference in a new issue