_columns.scss 255 B

12345
  1. // TODO: This can be removed when Gutenberg no longer expresses opinion about the bottom margin of the block columns
  2. // or perhaps when the margins of blocks can be styled with the "style" portion of theme.json
  3. .wp-block-columns {
  4. margin-bottom: unset;
  5. }