mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-24 03:43:43 +03:00
17 lines
207 B
SCSS
17 lines
207 B
SCSS
.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;
|
|
}
|
|
}
|
|
}
|