2018-07-20 14:41:34 -07:00

5 lines
81 B
CSS

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