|
@@ -4210,7 +4210,7 @@ body.page .main-navigation {
|
|
|
color: inherit;
|
|
|
}
|
|
|
|
|
|
-.entry .entry-content .wp-block-media-text .wp-block-media-text__content :last-child {
|
|
|
+.entry .entry-content .wp-block-media-text .wp-block-media-text__content > :last-child {
|
|
|
margin-bottom: 1.5em;
|
|
|
}
|
|
|
|
|
@@ -4223,11 +4223,11 @@ body.page .main-navigation {
|
|
|
text-align: right;
|
|
|
}
|
|
|
|
|
|
-.entry .entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content :first-child {
|
|
|
+.entry .entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content > :first-child {
|
|
|
margin-top: 32px;
|
|
|
}
|
|
|
|
|
|
-.entry .entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content :last-child {
|
|
|
+.entry .entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content > :last-child {
|
|
|
margin-bottom: 32px;
|
|
|
}
|
|
|
|
|
@@ -4253,10 +4253,10 @@ body.page .main-navigation {
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 768px) {
|
|
|
- .entry .entry-content .wp-block-media-text .wp-block-media-text__content :last-child {
|
|
|
+ .entry .entry-content .wp-block-media-text .wp-block-media-text__content > :last-child {
|
|
|
margin-bottom: 32px;
|
|
|
}
|
|
|
- .entry .entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content :first-child {
|
|
|
+ .entry .entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content > :first-child {
|
|
|
margin-top: 32px;
|
|
|
}
|
|
|
}
|