mirror of
https://github.com/logos-co/logos-web.git
synced 2026-08-27 12:11:14 +00:00
TechDetailHero and TechTextSplitSection were locked to fixed heights, so content spilled into the next section once text rewrapped. The hero's mobile block also positioned its children absolutely inside an h-full container, which cannot grow with its content at all. Move that block to normal flow with the same 21/60/122px offsets, and convert every fixed height to a minimum across both primitives and all call sites. Section margins are untouched, so the gaps are unchanged.