Flexbox
- https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_flexible_box_layout/Basic_concepts_of_flexbox
- Interactive Guides
Safe Justify-Content
- When using
justify-content: centeron parent flex container, during shrinking width, the items go out of viewports and inaccessible - Use
justify-content: safe centerto change the behavior when items try to go out of viewport and instead change toflex-startautomatically - https://stackoverflow.com/questions/33454533/cant-scroll-to-top-of-flex-item-that-is-overflowing-container
- https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content#browser_compatibility
- https://caniuse.com/mdn-css_properties_justify-content_flex_context_safe_unsafe