Problem: Sections that breathe at size.
Solution#
<section class="py-12 sm:py-16 lg:py-24 xl:py-32">…</section>Why this works#
Step section padding up the scale per screen — instant polish.
Variants#
- Responsive: add screen prefixes to the core classes
- Dark: pair each color utility with its dark: twin
- Animated: add
transition+ a state variant for motion
Related recipes#
cookbook/index|Cookbook index · utilities/index|Utilities reference · patterns/index|Layout patterns
