mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-10 04:25:44 +03:00
Homepage: Fix contributor highlight section
This commit is contained in:
parent
c6c4baf62b
commit
ac1027b550
7 changed files with 67 additions and 1 deletions
16
themes/wporg-5ftf/css/objects/_media-text.scss
Normal file
16
themes/wporg-5ftf/css/objects/_media-text.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue