Skip to content

Commit

Permalink
Spacing cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Melissa Piper committed Apr 24, 2024
1 parent 36c898c commit 9f26a4b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion wp-content/themes/wp-starter/blocks/logo-grid/render.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
'allowedBlocks' => $allowed,
];
?>
<section <?php block_attrs( $block, 'gap-16' ); ?>>
<section <?php block_attrs( $block ); ?>>
<?php inner_blocks( $inner ); ?>
</section>
2 changes: 1 addition & 1 deletion wp-content/themes/wp-starter/blocks/logo-grid/render.twig
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
template: template,
allowedBlocks: allowed,
} %}
<section {{ block_attrs( attributes) }}>
<section {{ block_attrs( attributes ) }}>
{{ inner_blocks( inner ) }}
</section>
1 change: 0 additions & 1 deletion wp-content/themes/wp-starter/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ export default {
...remPair(96),
...remPair(112),
...remPair(128),
...remPair(320),
},
},
},
Expand Down

0 comments on commit 9f26a4b

Please sign in to comment.