5 line
81 B
CSS
5 line
81 B
CSS
.column-row {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
} |