app-ui / layout / containers

Full Width On Mobile Constrained To Breakpoint With Padded Content Above Mobile

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