2019-05-31 20:01:58 -06:00

5 line
81 B
CSS

.column-row {
display: flex;
flex-direction: column;
align-items: center;
}