forked from M3-Academy/challenge-vtex-io
6 lines
94 B
CSS
6 lines
94 B
CSS
|
.stretchChildrenWidth {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
border: 1px solid red;
|
||
|
}
|