One scale wins
Finished pages do not use random spacing. They repeat a small set of gaps, padding, and text sizes so the page feels planned.
In Tailwind, utilities like p-4, gap-6, mt-8, text-sm, text-xl, and font-semibold come from design-token scales. In v4, spacing utilities are driven by theme variables like --spacing-*.
Why it matters
A hackathon app can work well but still look unfinished if every card has a different gap. Recruiters notice messy spacing before they read your code.
Your goal is not to decorate. Your goal is to make scanning easy on a phone, a laptop, and a projector during demos.