i am trying to decide if
display: grid; place-items: center;
is
always better than using flexbox for a single hero element. it seems more
concise but i worry about how it handles certain edge cases with child margins.
>is there any reason to avoid this approach?maybe just stick to flex if you want maximum compatibility