Responsiveness: Mobile viewport needs refinement #61
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Issues found
Suggested Fix
Audit with DevTools at 320px, 375px, 414px, 768px — check for horizontal scroll and minimum 44x44px touch targets on all interactive elements
Fixed in commit
80f1642. Changes:min-w-[44px] min-h-[44px]to the mobile hamburger button (touch target now meets 44px recommendation)py-4 px-4to pillar-card elements for better mobile tap targets.article-table-wrapper { @apply overflow-x-auto; }so wide diagnostic tables scroll horizontally on mobile.breadcrumb a { @apply min-h-[44px] inline-flex items-center; }for breadcrumb link touch targets