Closed
Description
Create the Page Container component.
The PageContainer is a simple component that we wrap contents of pages with. It's main responsibility is to have a bounding width to prevent contents pages from extending beyond certain screen sizes or causing content in the pages to stretch too much.
Checkout the Figma design. Take note of how there is a limit on the width of the page with margin to the left and right.
-
Bounding width based on the figma design.
-
Proper margin on left and right.
-
Centered relative to the Layout component. V2 - Page Layout #256