mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-05-08 12:08:40 +00:00
5b14e0e9b5
the `safe` keyword for `justify-content`, in combo with `center`, means that the content will be centered in the viewport unless there is not enough space for it. If there is not enough space, it aligns it to the *start*/left edge, rather than keeping it centered and clipping the left edge of the page.