Skip to content

Commit

Permalink
💄 style: keep top/bottom element's margin in full-width
Browse files Browse the repository at this point in the history
 Again, reverting b1b98eb
  • Loading branch information
welpo committed Aug 12, 2023
1 parent 8cfab98 commit 2ebf72c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -139,14 +139,6 @@ article {
max-width: calc(100% + 2*$base-margin);
margin-left: -$base-margin;
margin-right: -$base-margin;

> *:first-child {
margin-top: 0;
}

> *:last-child {
margin-bottom: 0;
}
}
}

Expand Down

0 comments on commit 2ebf72c

Please sign in to comment.