im struggling to align a single item inside a
display: grid
container without using margins. i tried using the
standard approach with
align-items: center
, but it seems to be
working breaking my layout on smaller screens.
>it just keeps shifting to the top left corner. does anyone have a cleaner way to handle this? ❓