Scaffold basic workshop frontend.
This commit is contained in:
3
components/SectionContainer.js
Normal file
3
components/SectionContainer.js
Normal file
@ -0,0 +1,3 @@
|
||||
export default function SectionContainer({ children }) {
|
||||
return <div className="max-w-3xl px-4 mx-auto sm:px-6 xl:max-w-5xl xl:px-0">{children}</div>
|
||||
}
|
||||
Reference in New Issue
Block a user