Skip to content

Commit

Permalink
removed custom class
Browse files Browse the repository at this point in the history
  • Loading branch information
MaggieCabrera committed Nov 10, 2024
1 parent ede54db commit d351f15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions poetry/patterns/header-small.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
*/
?>
<!-- wp:group {"className":"header-small","style":{"spacing":{"padding":{"top":"var:preset|spacing|20","bottom":"var:preset|spacing|40"}}},"layout":{"type":"constrained"}} -->
<div class="wp-block-group header-small" style="padding-top:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--40)"><!-- wp:group {"className":"header-small__container","style":{"spacing":{"blockGap":"var:preset|spacing|20"}},"layout":{"type":"flex","flexWrap":"wrap","verticalAlignment":"top","justifyContent":"space-between"}} -->
<div class="wp-block-group header-small__container"><!-- wp:site-title {"level":0,"isLink":false,"style":{"typography":{"fontStyle":"normal","fontWeight":"600"}},"fontSize":"medium"} /-->
<div class="wp-block-group header-small" style="padding-top:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--40)"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|20"}},"layout":{"type":"flex","flexWrap":"wrap","verticalAlignment":"top","justifyContent":"space-between"}} -->
<div class="wp-block-group"><!-- wp:site-title {"level":0,"isLink":false,"style":{"typography":{"fontStyle":"normal","fontWeight":"600"}},"fontSize":"medium"} /-->

<!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap"}} -->
<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0.25rem"}},"layout":{"type":"flex","orientation":"vertical"}} -->
Expand Down
5 changes: 0 additions & 5 deletions poetry/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,6 @@
}
},
"styles": {
"blocks": {
"core/group": {
"css": ".header-small__container {align-items: baseline !important;}"
}
},
"color": {
"background": "var(--wp--preset--color--custom-background)"
},
Expand Down

0 comments on commit d351f15

Please sign in to comment.