* Geologist: Make vertical position of the post title consistent * Remove the CSS for featured image spacing. This is needed in Quadrat, but not here
@@ -374,8 +374,4 @@ textarea:focus {
content: ",";
}
-.wp-block-query .wp-block-post-featured-image {
- margin-top: calc( var(--wp--custom--gap--vertical) / 2);
-}
-
/*# sourceMappingURL=theme.css.map */
@@ -3,6 +3,8 @@
<!-- wp:query {"tagName":"main","layout":{"inherit":true},"queryId":1,"query":{"perPage":5,"offset":0,"postType":"post","categoryIds":[],"tagIds":[],"order":"desc","orderBy":"date","author":"","search":"","sticky":"","inherit":true}} -->
<main class="wp-block-query">
<!-- wp:post-template -->
+ <!-- wp:group {"layout":{"inherit":true}} -->
+ <div class="wp-block-group">
<!-- wp:post-title {"isLink":true, "level": 3, "textAlign":"left"} /-->
<!-- wp:post-featured-image {"isLink":true} /-->
<!-- wp:post-excerpt /-->
@@ -10,6 +12,8 @@
<!-- wp:spacer {"height":120} -->
<div style="height:120px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->
+ </div>
+ <!-- /wp:group -->
<!-- /wp:post-template -->
<!-- wp:query-pagination {"align":"wide"} -->
<div class="wp-block-query-pagination alignwide"><!-- wp:query-pagination-previous /-->
@@ -1,5 +0,0 @@
-.wp-block-query {
- .wp-block-post-featured-image {
- margin-top: calc( var(--wp--custom--gap--vertical) / 2 );
- }
@@ -18,4 +18,3 @@
@import "elements/forms";
@import "templates/index";
@import "templates/meta";
-@import "templates/query";