|
@@ -3169,6 +3169,22 @@ body:not(.fse-enabled) .footer-menu a {
|
|
|
overflow: scroll;
|
|
|
}
|
|
|
|
|
|
+.home.page.hide-homepage-header.hide-homepage-title .entry-content {
|
|
|
+ margin-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-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-group.has-background.alignfull:first-child {
|
|
|
+ margin-top: -32px;
|
|
|
+}
|
|
|
+
|
|
|
.entry-attachment {
|
|
|
text-align: center;
|
|
|
}
|
|
@@ -4195,6 +4211,13 @@ p:not(.site-title) a:hover {
|
|
|
padding-top: 0;
|
|
|
}
|
|
|
|
|
|
+.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: 0;
|
|
|
+}
|
|
|
+
|
|
|
.wp-block-cover .wp-block-cover__inner-container > *,
|
|
|
.wp-block-coblocks-hero .wp-block-coblocks-hero__box > * {
|
|
|
margin-top: 21.312px;
|