app-ui / layout / containers

Constrained To Breakpoint With Padded Content

← All blocks
04-constrained-to-breakpoint-with-padded-content.jsx
export default function Example() {
  return <div className="container mx-auto px-4 sm:px-6 lg:px-8">{/* Content goes here */}</div>
}