Skip to content

Commit

Permalink
Update query-5.php
Browse files Browse the repository at this point in the history
- Fixed: CSS Class Attribute.
  • Loading branch information
alexdeborba committed Oct 27, 2023
1 parent c82b109 commit 9f787c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions patterns/query/query-5.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@
<!-- wp:group {"style":{"spacing":{"padding":{"top":"15px","bottom":"0"}}}} -->
<div class="wp-block-group" style="padding-top:15px;padding-bottom:0">
<!-- wp:group {"style":{"spacing":{"padding":{"top":"0","right":"0","bottom":"0","left":"0"},"blockGap":"0"}},"className":"has-negative-margin","layout":{"type":"flex","justifyContent":"right"}} -->
<div class="wp-block-group has-negative-margin" style="padding-top:0;padding-right:0;padding-bottom:0;padding-left:0">
<!-- wp:group {"style":{"spacing":{"padding":{"top":"0","right":"0","bottom":"0","left":"0"},"blockGap":"0"}},"className":"date-negative-margin","layout":{"type":"flex","justifyContent":"right"}} -->
<div class="wp-block-group date-negative-margin" style="padding-top:0;padding-right:0;padding-bottom:0;padding-left:0">
<!-- wp:paragraph {"style":{"spacing":{"padding":{"top":"10px","bottom":"10px","left":"10px","right":"5px"}}},"backgroundColor":"background","textColor":"foreground","fontSize":"tiny"} -->
<p class="has-foreground-color has-background-background-color has-text-color has-background has-tiny-font-size" style="padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:10px">' . esc_html__( 'Published:', 'aegis' ). '</p>
<!-- /wp:paragraph -->
Expand Down

0 comments on commit 9f787c2

Please sign in to comment.