Skip to content

Commit

Permalink
🐛 fix: remove flex display on full-width elements
Browse files Browse the repository at this point in the history
Avoids columns being created when multiple items are within the shortcode.
  • Loading branch information
welpo committed Aug 11, 2023
1 parent 4b38d53 commit 56a53dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ article {
max-width: calc(100% + 2*$base-margin);
margin-left: -$base-margin;
margin-right: -$base-margin;
display: flex;

> * {
margin: 0;
Expand Down

0 comments on commit 56a53dc

Please sign in to comment.