|
|
|
|
|
by joestrong
1872 days ago
|
|
Actually, this is technically incorrect. It doesn't set justify-content, it sets justify-items. This is why it works with grid, and not flexbox Source: https://developer.mozilla.org/en-US/docs/Web/CSS/place-items I think there's a lot of confusion for most people between justify-content/justify-items and align-content/align-items |
|