Hi, I have a section using 3/5 + 2/5 column rows alternating with 2/5 + 3/5 rows and in Safari, they just stack (instead of appearing side by side), regardless of screen size. I understand this has to do with flexbox issues in Safari but none of the workarounds have worked for me.
This is what should be happening:
ROW 1: 2/5 + 3/5
ROW 2: 3/5 + 2/5
ROW 3: 2/5 + 3/5
ROW 4: 3/5 + 2/5
BUT what is happening is this:
3/5
2/5
(space)
2/5
3/5
3/5
2/5
(space)
2/5
3/5
Really want to keep this layout but running out of time. Can someone help me?