You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(partners): avoid 2-col collision between gold and silver at sm
At the sm breakpoint range (640-767px), both gold and silver were
rendering as 2-col, making them visually identical in column count.
Skip the 2-col phase for silver (jumps from 1-col to 3-col at sm) and
likewise bump bronze from 3-col to 4-col so silver and bronze stay
distinct too.
Final cascade:
- Gold: 1 / 2 / 2 / 2 / 2 (xs / sm / md / lg / xl)
- Silver: 1 / 3 / 3 / 4 / 4
- Bronze: 2 / 4 / 4 / 5 / 6
0 commit comments