Merge branch 'master' into patch-1

This commit is contained in:
Ismail El Korchi 2020-04-10 22:39:01 +01:00 committed by GitHub
commit 5420e2d3f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
59 changed files with 892 additions and 738 deletions

View file

@ -4,12 +4,15 @@
.site-header,
.site-content,
.site-footer {
&::before,
&::after {
@include clearfix;
}
&::after {
@include clearfix-after;
}
&::before,
&::after {
@include clearfix;
}
&::after {
@include clearfix-after;
}
}