Skip to content

Commit

Permalink
Remove margin almost entirely.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen committed Aug 4, 2021
1 parent 58a43a2 commit 62935f2
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@
margin: $grid-unit-10 0;
}

// Add a uniform margin around the block.
// This can hopefully avoid havoc in flex containers.
margin: 0 $grid-unit-10;
// Zero out the margin that's inherited from common.scss.
margin-bottom: revert;

// Black square plus appender.
.block-list-appender__toggle {
Expand Down

0 comments on commit 62935f2

Please sign in to comment.