浏览代码

Rainfall: Fix footer spacing

Sarah Norris 3 年之前
父节点
当前提交
a8293f89b7
共有 1 个文件被更改,包括 7 次插入3 次删除
  1. 7 3
      rainfall/parts/footer.html

+ 7 - 3
rainfall/parts/footer.html

@@ -1,6 +1,8 @@
-<!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between"}} -->
-<div class="wp-block-group"><!-- wp:site-title {"textAlign":"left","fontSize":"small"} /-->
-
+<!-- wp:group {"layout":{"inherit":"true"}} -->
+<div class="wp-block-group">
+<!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"30px","bottom":"60px"}}},"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between"}} -->
+<div class="wp-block-group alignwide" style="padding-top:30px;padding-bottom:60px"><!-- wp:site-title {"textAlign":"left","fontSize":"small"} /-->
+	
 	<!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap"}} -->
 	<div class="wp-block-group"><!-- wp:paragraph -->
 	<p><a href="https://facebook.com/">Facebook</a></p>
@@ -14,4 +16,6 @@
 	<p class="has-text-align-center"><a href="https://twitter.com/">Twitter</a></p>
 	<!-- /wp:paragraph --></div>
 	<!-- /wp:group --></div>
+	<!-- /wp:group -->
+</div>
 <!-- /wp:group -->