Browse Source

Change location of site-header class to temporarily avoid style collisions.

Kjell Reigstad 4 years ago
parent
commit
e6caae2942
1 changed files with 2 additions and 2 deletions
  1. 2 2
      quadrat/block-templates/index.html

+ 2 - 2
quadrat/block-templates/index.html

@@ -1,5 +1,5 @@
 <!-- wp:spacer {"height":10} -->
-<div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>
+<div style="height:10px" aria-hidden="true" class="wp-block-spacer site-header"></div>
 <!-- /wp:spacer -->
 
-<!-- wp:template-part {"area":"header","className":"site-header"} /-->
+<!-- wp:template-part {"area":"header"} /-->