@supports (display: flex) { .parent { display: flex; flex-wrap: wrap; text-align: left; justify-content: center; } .child { flex-grow: 1; max-width: 50px; } }