Skip to content

Commit b0d2929

Browse files
committed
将列表页的最大宽度调整为1000px,与详情页保持一致
1 parent 2f5adda commit b0d2929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ChallengeListPage/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ const ChallengeListPage = () => {
336336
);
337337

338338
return (
339-
<div className="challenge-list-page" style={{ maxWidth: '1200px', margin: '0 auto', padding: '0 16px' }}>
339+
<div className="challenge-list-page" style={{ maxWidth: '1000px', margin: '0 auto', padding: '0 16px' }}>
340340
<Row gutter={[16, 16]}>
341341
<Col span={24}>
342342
<h1 style={{ fontSize: isMobile ? '1.5rem' : '2rem', marginBottom: '1rem' }}>

0 commit comments

Comments
 (0)