
* Cakely: Fixed submenu colours, and added a link to Midjourney's TOS page in readme.txt * Cakely: Added a link to Midjourney's TOS page in readme.txt
25 lines
1.2 KiB
PHP
25 lines
1.2 KiB
PHP
<?php
|
|
/**
|
|
* Title: Default Header
|
|
* Slug: cakely/header
|
|
* Categories: header
|
|
* Block Types: core/template-part/header
|
|
* Viewport width: 1488
|
|
*/
|
|
|
|
declare( strict_types = 1 );
|
|
?>
|
|
|
|
<!-- wp:pattern {"slug":"cakely/banner-site-notice"} /-->
|
|
|
|
<!-- wp:group {"style":{"spacing":{"padding":{"right":"var:preset|spacing|60","left":"var:preset|spacing|60","top":"var:preset|spacing|50","bottom":"var:preset|spacing|50"},"margin":{"top":"0px","bottom":"0px"}}},"backgroundColor":"base","layout":{"type":"constrained"}} -->
|
|
<div class="wp-block-group has-base-background-color has-background" style="margin-top:0px;margin-bottom:0px;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--60)">
|
|
<!-- wp:group {"align":"wide","layout":{"type":"flex","flexWrap":"wrap","justifyContent":"space-between"}} -->
|
|
<div class="wp-block-group alignwide">
|
|
<!-- wp:site-title {"level":0,"style":{"layout":{"selfStretch":"fit","flexSize":null}}} /-->
|
|
|
|
<!-- wp:navigation {"textColor":"primary","align":"wide","layout":{"type":"flex"}} /-->
|
|
</div>
|
|
<!-- /wp:group -->
|
|
</div>
|
|
<!-- /wp:group -->
|