1234567891011121314 |
- <?php
- /**
- * Title: Header Front
- * Slug: snd/header-front
- * Categories: header
- * Block Types: core/template-part/header
- */
- ?>
- <!-- wp:group {"style":{"spacing":{"margin":{"top":"var:preset|spacing|80"}}},"layout":{"type":"constrained"}} -->
- <div class="wp-block-group" style="margin-top:var(--wp--preset--spacing--80)">
- <!-- wp:site-logo {"width":140,"shouldSyncIcon":false,"className":"is-style-rounded"} /-->
- <!-- wp:site-title {"fontSize":"xxx-large"} /-->
- </div>
- <!-- /wp:group -->
|