Homepage: Fix contributor highlight section

This commit is contained in:
Kelly Dwan 2019-10-28 18:12:56 -04:00
parent c6c4baf62b
commit ac1027b550
No known key found for this signature in database
GPG key ID: 8BA5575F3D11575D
7 changed files with 67 additions and 1 deletions

View file

@ -0,0 +1,16 @@
.wp-block-media-text {
&.has-media-on-the-right {
.wp-block-media-text__content {
padding-left: 0;
}
}
&.has-media-on-the-left {
.wp-block-media-text__content {
padding-right: 0;
}
}
}