|
@@ -6148,9 +6148,20 @@ img#wpstats {
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 592px) {
|
|
|
+ .wp-block-newspack-blocks-homepage-articles.is-style-seedlet-alternating-grid .article-section-title {
|
|
|
+ margin-left: calc(50% + 13px);
|
|
|
+ }
|
|
|
.wp-block-a8c-blog-posts.is-style-seedlet-alternating-grid .article-section-title {
|
|
|
margin-left: calc(50% + 13px);
|
|
|
}
|
|
|
+ .wp-block-newspack-blocks-homepage-articles.is-style-seedlet-alternating-grid article {
|
|
|
+ width: calc(50% - 13px);
|
|
|
+ max-width: calc(50% - 13px);
|
|
|
+ margin-top: 0;
|
|
|
+ margin-bottom: 30px;
|
|
|
+ text-align: right;
|
|
|
+ clear: both;
|
|
|
+ }
|
|
|
.wp-block-a8c-blog-posts.is-style-seedlet-alternating-grid article {
|
|
|
width: calc(50% - 13px);
|
|
|
max-width: calc(50% - 13px);
|
|
@@ -6159,22 +6170,31 @@ img#wpstats {
|
|
|
text-align: right;
|
|
|
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: right;
|
|
|
text-align: left;
|
|
|
}
|
|
|
+ .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 {
|
|
|
+ clear: both;
|
|
|
+ margin: 30px auto;
|
|
|
+ }
|
|
|
.wp-block-a8c-blog-posts.is-style-seedlet-alternating-grid button {
|
|
|
clear: both;
|
|
|
margin: 30px auto;
|