align-content not working on flex items
The fact that align-content “works” when the primary flex container is switched to display: block is simply a browser bug. It shifts the flex items to the bottom, as desired, but only in Firefox. In Chrome it doesn’t do anything, which is the correct behavior (per the spec). And in IE11 it shifts the items … Read more