# How to make tap targets big enough

> Links and buttons smaller than 24×24 px are hard to hit on a phone. WCAG 2.2 makes this a requirement.

Accessibility · HTML version: https://getreport.app/learn/target-size

## Tap target size

Passing looks like: Tap targets are at least 24×24 px.

**Why it matters.** Small links and buttons packed together cause mis-taps on phones, which means abandoned carts and wrong menu choices. WCAG 2.2 asks for at least 24×24 px or equivalent spacing.

**How to fix it.**

1. Give links and buttons a minimum height of 24 px (44 px is comfortable) with padding rather than a bigger font.
2. Add space between neighbouring targets such as icon rows, pagination links and footer menus.

Check your own page: https://getreport.app/
