Преглед изворни кода

Videomaker: Make the footer wide not full (#5139)

* Videomaker: Make the footer wide not full

* remove horizontal padding
Ben Dwyer пре 3 година
родитељ
комит
6b308fe3b6
1 измењених фајлова са 2 додато и 3 уклоњено
  1. 2 3
      videomaker/block-template-parts/footer.html

+ 2 - 3
videomaker/block-template-parts/footer.html

@@ -1,6 +1,5 @@
-<!-- wp:group {"align":"full","layout":{"type":"flex"},"style":{"spacing":{"padding":{"top":"170px","right":"var(--wp--custom--gap--horizontal)","bottom":"var(--wp--custom--gap--horizontal)","left":"var(--wp--custom--gap--horizontal)"}}}} -->
-<div class="wp-block-group alignfull" style="padding-top: 170px; padding-right: var(--wp--custom--gap--horizontal);padding-bottom: var(--wp--custom--gap--horizontal);padding-left: var(--wp--custom--gap--horizontal);">
-	<!-- wp:group -->
+<!-- wp:group {"align":"wide","layout":{"type":"flex"},"style":{"spacing":{"padding":{"top":"170px","bottom":"var(--wp--custom--gap--horizontal"}}}} -->
+<div class="wp-block-group alignwide" style="padding-top: 170px;padding-bottom: var(--wp--custom--gap--horizontal);">	<!-- wp:group -->
 	<div class="wp-block-group">
 		<!-- wp:navigation {"overlayMenu":"never","__unstableLocation":"footer","layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"left","orientation":"vertical"},"style":{"typography":{"textTransform":"uppercase"},"spacing":{"blockGap":"0px"}}} /-->
 	</div>