diff --git a/frontend/src/dev/harness.tsx b/frontend/src/dev/harness.tsx index a116067..e50d40c 100644 --- a/frontend/src/dev/harness.tsx +++ b/frontend/src/dev/harness.tsx @@ -109,7 +109,10 @@ function Case({ title, data }: { title: string; data: FundamentalResponse }) { } createRoot(document.getElementById('root')!).render( -
+
+

+ Desktop width (~768px, two columns). Resize the browser to ~390px to check mobile (single column). +