app-ui / layout / containers
Full Width On Mobile Constrained With Padded Content Above
01-full-width-on-mobile-constrained-with-padded-content-above.jsx
export default function Example() {
return <div className="mx-auto max-w-7xl sm:px-6 lg:px-8">{/* Content goes here */}</div>
}