Skip to content

Commit 595a637

Browse files
committed
fix(page-user): cols offsets & sizes
1 parent f5a7cd5 commit 595a637

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/user/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ const UserPage = (props: Props) => {
1919

2020
return (
2121
<Row className="page page-user pb-12">
22-
<Col span={6}>
22+
<Col span={6} offset={1}>
2323
<UserInfo username={username} />
2424
</Col>
25-
<Col span={18}>
25+
<Col span={15}>
2626
<RepoList username={username} />
2727
</Col>
2828
</Row>

0 commit comments

Comments
 (0)