Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit 3cd405a

Browse files
author
Noah Lee
authored
Fix the grid of main (#376)
1 parent 2eeaaf0 commit 3cd405a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: ui/src/views/Main.tsx

+3-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,9 @@ export default function Main(props: any) {
163163
span={22}
164164
offset={1}
165165
md={{span: 14, offset: 5}}
166-
lg={{span: 10, offset: 7}}>
166+
lg={{span: 12, offset: 6}}
167+
xxl={{span: 10, offset: 7}}
168+
>
167169
{content}
168170
</Col>
169171
</Row>

0 commit comments

Comments
 (0)