Ver código fonte

Videomaker: Remove the space at the bottom of the about pattern (#4988)

Ben Dwyer 3 anos atrás
pai
commit
de2e5f2c4c
1 arquivos alterados com 1 adições e 5 exclusões
  1. 1 5
      videomaker/inc/patterns/about.php

+ 1 - 5
videomaker/inc/patterns/about.php

@@ -50,9 +50,5 @@ return array(
 		<p class="has-medium-font-size"><a href="#">' . esc_html__( 'Blog', 'videomaker' ) . '</a></p>
 		<!-- /wp:paragraph --></div>
 		<!-- /wp:column --></div>
-		<!-- /wp:columns -->
-
-		<!-- wp:spacer -->
-		<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
-		<!-- /wp:spacer -->',
+		<!-- /wp:columns -->',
 );