Browse Source

fix header

Ben Dwyer 3 years ago
parent
commit
e5e6055de4
1 changed files with 6 additions and 6 deletions
  1. 6 6
      rainfall/parts/header.html

+ 6 - 6
rainfall/parts/header.html

@@ -1,13 +1,13 @@
-<!-- wp:group {"layout":{"inherit":true}} -->
-<div class="wp-block-group">
+<!-- wp:group {"backgroundColor":"light-orange","layout":{"inherit":"true"}} -->
+<div class="wp-block-group has-light-orange-background-color has-background">
 	<!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"bottom":"30px","top":"30px"}}},"layout":{"type":"flex","justifyContent":"space-between"}} -->
-	<div class="wp-block-group alignwide" style="padding-top:30px;padding-bottom:30px"><!-- wp:group {"layout":{"type":"flex"}} -->
+	<div class="wp-block-group alignwide" style="padding-top:30px;padding-bottom:30px">
 		<!-- wp:site-title {"style":{"elements":{"link":{"color":{"text":"var:preset|color|black"}}},"typography":{"textTransform":"uppercase"}},"fontSize":"small"} /-->
 		<!-- wp:navigation {"layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"right","orientation":"horizontal"},"style":{"spacing":{"margin":{"top":"0"}, "blockGap":"2.87rem"}}} /-->
 		</div>
 	<!-- /wp:group -->
+	<!-- wp:spacer {"height":"60px"} -->
+	<div style="height:60px" aria-hidden="true" class="wp-block-spacer"></div>
+	<!-- /wp:spacer -->
 </div>
 <!-- /wp:group -->
-<!-- wp:spacer {"height":"60px"} -->
-<div style="height:60px" aria-hidden="true" class="wp-block-spacer"></div>
-<!-- /wp:spacer -->