Merge pull request 'fix/content-section-width' (#8) from fix/content-section-width into develop

Reviewed-on: #8
This commit is contained in:
chris 2021-07-15 17:33:43 +02:00
commit b27ed67638
2 changed files with 592 additions and 588 deletions

File diff suppressed because it is too large Load Diff

View File

@ -41,6 +41,10 @@ main {
text-align: center;
}
}
section {
padding: $global-padding $global-padding*2;
//margin: $global-margin;
}
.entry-content {
@include breakpoint(small){
@include xy-cell(12);