Forums Feature Requests Thread

[Enhancement] Accessibility: certificate verification page reflow at <420px

Patrick Bass · Jun 3 · 15 · 1 Locked
[Low Priority] [Feature Enhancement] [Deployed to Production]
🚀 OP Jun 3, 2026 6:00pm

What

The cert/verify.php page renders a meta row that flex-wraps oddly on viewports below 420px (typical small phone in portrait). The verification id and the verify URL stack awkwardly. Needs a stacked-on-mobile breakpoint to meet WCAG 1.4.10 (Reflow).

Where it lives

  • Surface: the public certificate verification page (/learn/cert/{id})
  • Backlog id: B-A11Y-2

Implementation notes

  • Add a @media (max-width: 420px) block that switches .cert-meta from flex-row to flex-column with full-width children
  • Verify with the same WCAG 1.4.10 test (200% zoom, no horizontal scroll)

Tracked as B-A11Y-2 in docs/BACKLOG.md.


Patrick Bass
@mobieus

🚀 Jun 6, 2026 5:34am

Update — shipped to production. The certificate verification page now reflows cleanly on small phones — the verification id and verify link stack full-width below 420px (WCAG 1.4.10 Reflow), with no horizontal scroll at 200% zoom.


Patrick Bass
@mobieus

Log in or register to reply to this thread.