update main branch #47

Merged
jorge merged 166 commits from develop into main 2021-12-01 11:20:13 +01:00
1 changed files with 4 additions and 0 deletions
Showing only changes of commit 0f90fb0c1e - Show all commits

View File

@ -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);