Skip to content

Commit

Permalink
Update cover-background.php
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnPixle authored Nov 23, 2023
1 parent f6479c7 commit 6983630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/patterns/cover-background.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

return array(
'title' => __( 'Cover title with background', 'raft' ),
'categories' => array( 'raft' ),
'categories' => array( 'raft/heroes_page_titles' ),
'content' => '
<!-- wp:cover {"url":"' . esc_url( $hero_illustration ) . '","dimRatio":60,"overlayColor":"black","minHeight":60,"minHeightUnit":"vh","align":"full","style":{"spacing":{"padding":{"top":"24px","right":"24px","bottom":"24px","left":"24px"}}}} -->
<div class="wp-block-cover alignfull" style="padding-top:24px;padding-right:24px;padding-bottom:24px;padding-left:24px;min-height:60vh">
Expand Down

0 comments on commit 6983630

Please sign in to comment.