Html – How can I center elements in the last row in a grid (CSS, JSX)?
Each row can have a max of 4 elements, but if it has less (1, 2, 3) those elements should be centered. And if there are only 1,2, or 3 elements, those should be centered too. The justify-content doesn't seem…