header.php 1.1 KB

123456789101112131415161718192021222324
  1. <?php
  2. /**
  3. * Title: Default header
  4. * Slug: ici/header
  5. * Categories: header
  6. * Block Types: core/template-part/header
  7. */
  8. declare( strict_types = 1 );
  9. ?>
  10. <!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|30","right":"var:preset|spacing|30","bottom":"var:preset|spacing|30","left":"var:preset|spacing|30"},"blockGap":"0","margin":{"top":"var:preset|spacing|80","bottom":"var:preset|spacing|50"}}},"layout":{"type":"constrained","contentSize":""}} -->
  11. <div class="wp-block-group" style="margin-top:var(--wp--preset--spacing--80);margin-bottom:var(--wp--preset--spacing--50);padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)">
  12. <!-- wp:site-title {"level":0,"typography":{"lineHeight":"1.1"}} /-->
  13. <!-- wp:spacer {"height":"16px"} -->
  14. <div style="height:16px" aria-hidden="true" class="wp-block-spacer"></div>
  15. <!-- /wp:spacer -->
  16. <!-- wp:separator {"className":"is-style-default"} -->
  17. <hr class="wp-block-separator has-alpha-channel-opacity is-style-default"/>
  18. <!-- /wp:separator -->
  19. </div>
  20. <!-- /wp:group -->