Browse Source

page: widen entry-content card to align:wide (1280px) to match single

windhamdavid 1 week ago
parent
commit
ec26d17892
1 changed files with 2 additions and 2 deletions
  1. 2 2
      templates/page.html

+ 2 - 2
templates/page.html

@@ -2,8 +2,8 @@
 
 
 <!-- wp:group {"tagName":"main","layout":{"type":"constrained"}} -->
 <!-- wp:group {"tagName":"main","layout":{"type":"constrained"}} -->
 <main class="wp-block-group">
 <main class="wp-block-group">
-	<!-- wp:group {"className":"entry-content","style":{"spacing":{"margin":{"top":"6.5rem"}}},"layout":{"type":"constrained"}} -->
-	<div class="wp-block-group entry-content" style="margin-top:6.5rem">
+	<!-- wp:group {"align":"wide","className":"entry-content","style":{"spacing":{"margin":{"top":"6.5rem"}}},"layout":{"type":"constrained"}} -->
+	<div class="wp-block-group entry-content alignwide" style="margin-top:6.5rem">
 		<!-- wp:post-title {"level":1} /-->
 		<!-- wp:post-title {"level":1} /-->
 		<!-- wp:post-content {"layout":{"type":"constrained"}} /-->
 		<!-- wp:post-content {"layout":{"type":"constrained"}} /-->
 	</div>
 	</div>