|
@@ -4140,14 +4140,16 @@ img#wpstats {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.wp-block-newspack-blocks-homepage-articles .article-section-title,
|
|
|
-.wp-block-a8c-blog-posts .article-section-title {
|
|
|
- font-size: var(--global--font-size-base);
|
|
|
+.wp-block-newspack-blocks-homepage-articles h2.article-section-title,
|
|
|
+.wp-block-a8c-blog-posts h2.article-section-title {
|
|
|
+ font-size: var(--heading--font-size-h4);
|
|
|
+ letter-spacing: var(--heading--letter-spacing-h4);
|
|
|
+ line-height: var(--heading--line-height-h4);
|
|
|
margin-bottom: calc(0.5 * var(--global--spacing-vertical));
|
|
|
}
|
|
|
|
|
|
-.wp-block-newspack-blocks-homepage-articles .article-section-title + article,
|
|
|
-.wp-block-a8c-blog-posts .article-section-title + article {
|
|
|
+.wp-block-newspack-blocks-homepage-articles h2.article-section-title + article,
|
|
|
+.wp-block-a8c-blog-posts h2.article-section-title + article {
|
|
|
margin-top: 0;
|
|
|
}
|
|
|
|
|
@@ -4306,7 +4308,6 @@ img#wpstats {
|
|
|
.wp-block-a8c-blog-posts article .entry-meta a,
|
|
|
.wp-block-a8c-blog-posts article .cat-links a {
|
|
|
color: currentColor;
|
|
|
- text-decoration: underline;
|
|
|
}
|
|
|
|
|
|
.wp-block-newspack-blocks-homepage-articles article .entry-meta a:hover, .wp-block-newspack-blocks-homepage-articles article .entry-meta a:active,
|
|
@@ -4358,6 +4359,48 @@ img#wpstats {
|
|
|
color: currentColor;
|
|
|
}
|
|
|
|
|
|
+@media only screen and (min-width: 592px) {
|
|
|
+ .wp-block-newspack-blocks-homepage-articles.is-style-seedlet-alternating-grid .article-section-title,
|
|
|
+ .wp-block-a8c-blog-posts.is-style-seedlet-alternating-grid .article-section-title {
|
|
|
+ margin-right: calc(50% + (0.5 * var(--global--spacing-horizontal)));
|
|
|
+ }
|
|
|
+ .wp-block-newspack-blocks-homepage-articles.is-style-seedlet-alternating-grid article,
|
|
|
+ .wp-block-a8c-blog-posts.is-style-seedlet-alternating-grid article {
|
|
|
+ width: calc(50% - (0.5 * var(--global--spacing-horizontal)));
|
|
|
+ max-width: calc(50% - (0.5 * var(--global--spacing-horizontal)));
|
|
|
+ margin-top: 0;
|
|
|
+ margin-bottom: var(--global--spacing-vertical);
|
|
|
+ text-align: left;
|
|
|
+ clear: both;
|
|
|
+ }
|
|
|
+ .wp-block-newspack-blocks-homepage-articles.is-style-seedlet-alternating-grid article .entry-meta,
|
|
|
+ .wp-block-a8c-blog-posts.is-style-seedlet-alternating-grid article .entry-meta {
|
|
|
+ justify-content: flex-end;
|
|
|
+ }
|
|
|
+ .wp-block-newspack-blocks-homepage-articles.is-style-seedlet-alternating-grid article:nth-of-type(2n + 1),
|
|
|
+ .wp-block-a8c-blog-posts.is-style-seedlet-alternating-grid article:nth-of-type(2n + 1) {
|
|
|
+ float: left;
|
|
|
+ text-align: right;
|
|
|
+ }
|
|
|
+ .wp-block-newspack-blocks-homepage-articles.is-style-seedlet-alternating-grid article:nth-of-type(2n + 1) .entry-meta,
|
|
|
+ .wp-block-a8c-blog-posts.is-style-seedlet-alternating-grid article:nth-of-type(2n + 1) .entry-meta {
|
|
|
+ justify-content: flex-start;
|
|
|
+ }
|
|
|
+ .wp-block-newspack-blocks-homepage-articles.is-style-seedlet-alternating-grid .more-link,
|
|
|
+ .wp-block-a8c-blog-posts.is-style-seedlet-alternating-grid .more-link {
|
|
|
+ display: inline-block;
|
|
|
+ }
|
|
|
+ .wp-block-newspack-blocks-homepage-articles.is-style-seedlet-alternating-grid.wpnbha.is-grid > div,
|
|
|
+ .wp-block-a8c-blog-posts.is-style-seedlet-alternating-grid.wpnbha.is-grid > div {
|
|
|
+ display: inherit;
|
|
|
+ }
|
|
|
+ .wp-block-newspack-blocks-homepage-articles.is-style-seedlet-alternating-grid button,
|
|
|
+ .wp-block-a8c-blog-posts.is-style-seedlet-alternating-grid button {
|
|
|
+ clear: both;
|
|
|
+ margin: var(--global--spacing-vertical) auto;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
button,
|
|
|
.button,
|
|
|
input[type="submit"],
|