9 lines
128 B
SCSS
9 lines
128 B
SCSS
.flex-spread {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.flex-direction-column {
|
|
flex-direction: column;
|
|
}
|