|
@@ -3173,6 +3173,10 @@ body:not(.fse-enabled) .footer-menu a {
|
|
padding-top: 0;
|
|
padding-top: 0;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.home.page.hide-homepage-header.hide-homepage-title .entry-content > *:first-child {
|
|
|
|
+ margin-top: 32px;
|
|
|
|
+}
|
|
|
|
+
|
|
.home.page.hide-homepage-header.hide-homepage-title .entry-content > .wp-block-image.alignfull:first-child,
|
|
.home.page.hide-homepage-header.hide-homepage-title .entry-content > .wp-block-image.alignfull:first-child,
|
|
.home.page.hide-homepage-header.hide-homepage-title .entry-content > .wp-block-cover.alignfull:first-child,
|
|
.home.page.hide-homepage-header.hide-homepage-title .entry-content > .wp-block-cover.alignfull:first-child,
|
|
.home.page.hide-homepage-header.hide-homepage-title .entry-content > .wp-block-media-text.alignfull:first-child,
|
|
.home.page.hide-homepage-header.hide-homepage-title .entry-content > .wp-block-media-text.alignfull:first-child,
|
|
@@ -4300,6 +4304,15 @@ p:not(.site-title) a:hover {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+@media only screen and (min-width: 560px) {
|
|
|
|
+ .home.page.hide-homepage-header.hide-homepage-title .hentry .entry-content > .wp-block-image.alignfull:first-child,
|
|
|
|
+ .home.page.hide-homepage-header.hide-homepage-title .hentry .entry-content > .wp-block-cover.alignfull:first-child,
|
|
|
|
+ .home.page.hide-homepage-header.hide-homepage-title .hentry .entry-content > .wp-block-media-text.alignfull:first-child,
|
|
|
|
+ .home.page.hide-homepage-header.hide-homepage-title .hentry .entry-content > .wp-block-group.has-background.alignfull:first-child {
|
|
|
|
+ margin-top: -44px;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
.page:not(.logged-in) .hentry .entry-content > *:last-child.alignfull {
|
|
.page:not(.logged-in) .hentry .entry-content > *:last-child.alignfull {
|
|
margin-bottom: -32px;
|
|
margin-bottom: -32px;
|
|
}
|
|
}
|