Created by: MartijnCuppens
display: flex;
& flex-direction: column;
has no effect on the card decks & group for smaller viewports..card
already has display: flex;
and flex-direction: column;
, no reason to re add this.Closes #29396 (closed)