mirror of
https://github.com/logos-co/logos-web.git
synced 2026-08-30 21:51:09 +00:00
The feature image follows the copy column, so it resized on every tab switch (639/592/481/481px at the 1440 canvas). Stack all four releases into the same desktop grid cell instead: the cell is always as tall as the tallest release, and only the active one is visible while the rest hold the height open. Every tab now renders the same image height and the module table stays flush with the bottom of the image. A fixed min-height would not work here because the tallest release changes with the column width - at 1280px the spread is 717/639/496/481. Mobile still renders the active release alone.