Responsive updates.

This commit is contained in:
Mike Cao 2025-10-09 17:14:09 -07:00
parent e4ce7c9071
commit 8aa4192576
14 changed files with 976 additions and 917 deletions

View file

@ -28,7 +28,14 @@ export function PageBody({
}
return (
<Column {...props} width="100%" paddingBottom="9" style={{ margin: '0 auto', maxWidth }}>
<Column
{...props}
width="100%"
paddingBottom="9"
maxWidth={maxWidth}
paddingX="4"
style={{ margin: '0 auto' }}
>
{children}
</Column>
);