Kaynağa Gözat

update single page templates (#6506)

Madhu Dollu 2 yıl önce
ebeveyn
işleme
e32d80e062

+ 2 - 2
pixel/parts/header.html

@@ -10,6 +10,6 @@
 <!-- /wp:group --></div>
 <!-- /wp:group -->
 
-<!-- wp:spacer {"height":50} -->
-<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- wp:spacer {"height":100} -->
+<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
 <!-- /wp:spacer -->

+ 4 - 0
pixel/patterns/footer.php

@@ -7,6 +7,10 @@
  */
 ?>
 
+<!-- wp:spacer {"height":50} -->
+<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
 <!-- wp:group {"layout":{"inherit":"true","type":"constrained"},"style":{"spacing":{"padding":{"top":"var:preset|spacing|60","right":"var:preset|spacing|60","bottom":"var:preset|spacing|60","left":"var:preset|spacing|60"}}}} -->
 <div class="wp-block-group" style="padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--60)"><!-- wp:paragraph {"align":"center","fontSize":"small"} -->
 <p class="has-text-align-center has-small-font-size">

+ 0 - 9
pixel/templates/page.html

@@ -15,13 +15,4 @@
 </main>
 <!-- /wp:group -->
 
-<!-- wp:group {"layout":{"inherit":true}} -->
-<div class="wp-block-group">
-    <!-- wp:spacer {"height":60} -->
-    <div style="height:60px" aria-hidden="true" class="wp-block-spacer"></div>
-    <!-- /wp:spacer -->
-    <!-- wp:pattern {"slug":"pixel/comments"} /-->
-</div>
-<!-- /wp:group -->
-
 <!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

+ 1 - 1
pixel/theme.json

@@ -270,7 +270,7 @@
                 },
                 "typography": {
                     "fontSize": "clamp(1.375rem, 1.2916666666666667rem + 0.4166666666666667vw, 1.625rem)",
-                    "fontWeight": "normal"
+                    "fontWeight": "500"
                 }
             },
             "core/pullquote": {