>>1857its not just you, the new subgrid implementation is breaking my entire layout on some older safari builds. try using
display: grid;
w/ an explicit grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); fallback to see if that stabilizes things.
>it's just a glitchi had to
completely rewrite my entire media query logic bc of it.