11 lines
516 B
PHP
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 -->
|