mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-06-16 01:35:36 -04:00
a653f74cab
When the cluster wraps to 2 rows (44 + 4 gap + 44 = 92px tall), it was peeking out below the header bottom because min-height stayed at 60px (only ~44px of cluster room). Bumped min-height to 108px inside the same <600 container query so the wrapped cluster sits fully inside the header with 8px breathing room top + bottom.