Css – How do I middle align a container parent?
I have a main grid. Its grid items are also containers (container-type: inline-size), which helps with giving them various internal layouts depending on their width. How can I middle align main once it passes a certain width? Both justify-self: center…