# LoanEntryShell

## 2026-07-14 — Top-align content instead of vertically centering

**Prompted by:** Hellen Tran (design review of the Loan App entry flow)

### What changed
- Content panel changed from `justify-center` (vertically centered) to `justify-start` (top-aligned).

### Why
- On taller viewports the centered heading + cards left a large, unbalanced empty gap above the content; top-aligning keeps the heading anchored near the logo regardless of viewport height.

### Affected tokens / files
- `packages/shadcn/src/components/ui/loan-entry-shell.tsx`
