Browse Source

Awburn: Make sure full width elements stretch edge to edge. This also fix 404 template. (#7380)

Takashi Irie 1 year ago
parent
commit
2b2e6bf128
3 changed files with 10 additions and 10 deletions
  1. 4 4
      awburn/templates/404.html
  2. 3 3
      awburn/templates/page.html
  3. 3 3
      awburn/templates/single.html

+ 4 - 4
awburn/templates/404.html

@@ -2,10 +2,10 @@
 <div class="wp-block-group" style="border-top-color:var(--wp--preset--color--secondary);border-top-style:solid;border-top-width:10px"><!-- wp:template-part {"slug":"header","tagName":"header"} /--></div>
 <!-- /wp:group -->
 
-<!-- wp:pattern {"slug":"awburn/hidden-no-results-content"} /-->
+<!-- wp:group {"tagName":"main","style":{"spacing":{"padding":{"top":"60px","right":"40px","left":"40px"}}},"layout":{"type":"constrained"}} -->
+<main class="wp-block-group" style="padding-top:60px;padding-right:40px;padding-left:40px"><!-- wp:pattern {"slug":"awburn/hidden-no-results-content"} /-->
 
-<!-- wp:search {"showLabel":false,"buttonPosition":"button-inside","buttonUseIcon":true,"style":{"border":{"radius":"2px","top":{"color":"#dfdfdf","style":"solid","width":"1px"},"right":{"color":"#dfdfdf","style":"solid","width":"1px"},"bottom":{"color":"#dfdfdf","style":"solid","width":"1px"},"left":{"color":"#dfdfdf","style":"solid","width":"1px"}}},"backgroundColor":"primary","textColor":"background"} /--></div>
-<!-- /wp:group --></main>
+<!-- wp:search {"showLabel":false,"buttonPosition":"button-inside","buttonUseIcon":true,"style":{"border":{"radius":"2px","top":{"color":"#dfdfdf","style":"solid","width":"1px"},"right":{"color":"#dfdfdf","style":"solid","width":"1px"},"bottom":{"color":"#dfdfdf","style":"solid","width":"1px"},"left":{"color":"#dfdfdf","style":"solid","width":"1px"}}},"backgroundColor":"primary","textColor":"background"} /--></main>
 <!-- /wp:group -->
 
-<!-- wp:template-part {"slug":"footer","area":"footer"} /-->
+<!-- wp:template-part {"slug":"footer","area":"footer"} /-->

+ 3 - 3
awburn/templates/page.html

@@ -7,8 +7,8 @@
 
 <!-- wp:post-featured-image /-->
 
-<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"left":"40px","right":"40px"}}},"layout":{"type":"constrained"}} -->
-<div class="wp-block-group alignfull" style="padding-right:40px;padding-left:40px"><!-- wp:post-content {"lock":{"move":false,"remove":false},"align":"full","layout":{"type":"constrained"}} /--></div>
+<!-- wp:group {"align":"full","layout":{"type":"constrained"}} -->
+<div class="wp-block-group alignfull"><!-- wp:post-content {"lock":{"move":false,"remove":false},"align":"full","layout":{"type":"constrained"}} /--></div>
 <!-- /wp:group -->
 
 <!-- wp:spacer -->
@@ -16,4 +16,4 @@
 <!-- /wp:spacer --></div>
 <!-- /wp:group -->
 
-<!-- wp:template-part {"slug":"footer","align":"full"} /-->
+<!-- wp:template-part {"slug":"footer","align":"full"} /-->

+ 3 - 3
awburn/templates/single.html

@@ -23,8 +23,8 @@
 
 <!-- wp:post-featured-image /-->
 
-<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"left":"40px","right":"40px","bottom":"40px","top":"40px"}}},"layout":{"type":"constrained"}} -->
-<div class="wp-block-group alignfull" style="padding-top:40px;padding-right:40px;padding-bottom:40px;padding-left:40px"><!-- wp:post-content {"lock":{"move":false,"remove":false},"align":"full","layout":{"type":"constrained"}} /--></div>
+<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"bottom":"40px","top":"40px"}}},"layout":{"type":"constrained"}} -->
+<div class="wp-block-group alignfull" style="padding-top:40px;padding-bottom:40px"><!-- wp:post-content {"lock":{"move":false,"remove":false},"align":"full","layout":{"type":"constrained"}} /--></div>
 <!-- /wp:group -->
 
 <!-- wp:spacer {"height":"40px"} -->
@@ -42,4 +42,4 @@
 <!-- /wp:spacer --></div>
 <!-- /wp:group -->
 
-<!-- wp:template-part {"slug":"footer"} /-->
+<!-- wp:template-part {"slug":"footer"} /-->