header.php 1.1 KB

12345678910111213141516171819202122
  1. <?php
  2. /**
  3. * Title: Default header
  4. * Slug: ici/header
  5. * Categories: header
  6. * Block Types: core/template-part/header
  7. */
  8. ?>
  9. <!-- 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":""}} -->
  10. <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)">
  11. <!-- wp:site-title {"level":0,"typography":{"lineHeight":"1.1"}} /-->
  12. <!-- wp:spacer {"height":"16px"} -->
  13. <div style="height:16px" aria-hidden="true" class="wp-block-spacer"></div>
  14. <!-- /wp:spacer -->
  15. <!-- wp:separator {"className":"is-style-default"} -->
  16. <hr class="wp-block-separator has-alpha-channel-opacity is-style-default"/>
  17. <!-- /wp:separator -->
  18. </div>
  19. <!-- /wp:group -->