17 lines
581 B
PHP
17 lines
581 B
PHP
|
<?php
|
||
|
/**
|
||
|
* Title: A very large heading on two linves
|
||
|
* Slug: fkinfood/general-heading-large
|
||
|
* Categories: fkinfood, fkinfood-general
|
||
|
*/
|
||
|
?>
|
||
|
<!-- wp:group {"align":"wide","style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained","contentSize":"1417px"}} -->
|
||
|
<div class="wp-block-group alignwide"><!-- wp:heading {"level":1} -->
|
||
|
<h1 class="wp-block-heading">This heading</h1>
|
||
|
<!-- /wp:heading -->
|
||
|
|
||
|
<!-- wp:heading {"textAlign":"right","level":1} -->
|
||
|
<h1 class="wp-block-heading has-text-align-right">Is very loud</h1>
|
||
|
<!-- /wp:heading -->
|
||
|
</div>
|
||
|
<!-- /wp:group -->
|