website refactor
This commit is contained in:
@@ -13,7 +13,7 @@ interface ProfileLayoutShellTemplateProps {
|
||||
export function ProfileLayoutShellTemplate({ viewData, children }: ProfileLayoutShellTemplateProps) {
|
||||
return (
|
||||
<Box minHeight="screen" backgroundColor="#0C0D0F">
|
||||
<Container size="lg" py={8}>
|
||||
<Container size="lg" spacing="md">
|
||||
<Stack direction="row" gap={8} alignItems="start">
|
||||
<Box as="aside" width="64" flexShrink={0}>
|
||||
<ProfileSidebarTemplate viewData={viewData} />
|
||||
|
||||
Reference in New Issue
Block a user