Skip to content

Commit

Permalink
information: group layout inherit and set margin-top to 0 #72
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Jan 8, 2022
1 parent 6cb3e5c commit f6112a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion block-template-parts/information.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- wp:group {"className":"page","backgroundColor":"background"} -->
<!-- wp:group {"className":"page","backgroundColor":"background","layout":{"inherit":true}} -->
<div class="wp-block-group page has-background-background-color has-background">
<!-- wp:heading -->
<h2>Information</h2>
Expand Down
5 changes: 5 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,11 @@ div.information {
margin-top: 20px;
}

div.information div.bw_metadata,
div.information div.bw_taxonomy {
margin-top: 0px;
}

/**
Table styling
*/
Expand Down

0 comments on commit f6112a1

Please sign in to comment.