forked from deepStateMirrors/tabi
🐛 fix: remove flex display on full-width elements
Avoids columns being created when multiple items are within the shortcode.
This commit is contained in:
parent
4b38d53693
commit
56a53dce0c
1 changed files with 0 additions and 1 deletions
|
@ -141,7 +141,6 @@ article {
|
|||
max-width: calc(100% + 2*$base-margin);
|
||||
margin-left: -$base-margin;
|
||||
margin-right: -$base-margin;
|
||||
display: flex;
|
||||
|
||||
> * {
|
||||
margin: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue