Merge pull request 'fix/content-section-width' (#8) from fix/content-section-width into develop
Reviewed-on: #8
This commit is contained in:
commit
b27ed67638
File diff suppressed because it is too large
Load Diff
|
@ -41,6 +41,10 @@ main {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
section {
|
||||||
|
padding: $global-padding $global-padding*2;
|
||||||
|
//margin: $global-margin;
|
||||||
|
}
|
||||||
.entry-content {
|
.entry-content {
|
||||||
@include breakpoint(small){
|
@include breakpoint(small){
|
||||||
@include xy-cell(12);
|
@include xy-cell(12);
|
||||||
|
|
Loading…
Reference in New Issue