mirror of
https://github.com/go-task/task.git
synced 2026-09-02 04:02:08 +02:00
The two code panels and the three journey cards were lined up with min-height: 420px and min-height: 5.1rem, which break as soon as a paragraph gains a line. Let the grid stretch the panels and push each card's link list down with margin-top: auto instead.