- Shipped
- August 31, 2026 at 2:43 AM UTC
- Author
- Kamo
- Commit
- 169aaf4
Three-figure rates and "/seat/month" do not share a line on a four-across card. Inline at 1rem the label either wrapped mid-text or squeezed the number it was describing — and the prices only became three figures with this repricing, so the row that used to hold "$59 /seat/month" now has to hold "$119 /seat/month". The period is a caption on the amount rather than part of it, so under it is where it belongs anyway. .plan-price is already a column, so moving the span out of the .plan-price__now row is the whole change; it also drops to 13px, which it can afford now that it is not competing with the number for the same line. PlanPrice's three near-identical early returns collapse into one shape while the markup is being moved — the period appeared in all three, and having edited it once per branch is how the branches drift. The homepage plan strip had the same inline pattern and the same widened numbers, so it moves too rather than leaving the two surfaces disagreeing.