fkinfood/patterns/general-separator-wide.php
2023-12-23 14:58:28 +01:00

11 lines
516 B
PHP

<?php
/**
* Title: Wide separator with huge vertical margins
* Slug: fkinfood/general-separator-wide
* Categories: fkinfood, fkinfood-general
*/
?>
<!-- wp:separator {"align":"wide","style":{"spacing":{"margin":{"top":"var:preset|spacing|90","bottom":"var:preset|spacing|90"}}},"className":"is-style-wide"} -->
<hr class="wp-block-separator alignwide has-alpha-channel-opacity is-style-wide" style="margin-top:var(--wp--preset--spacing--90);margin-bottom:var(--wp--preset--spacing--90)"/>
<!-- /wp:separator -->