We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f5adda commit b0d2929Copy full SHA for b0d2929
src/components/ChallengeListPage/index.tsx
@@ -336,7 +336,7 @@ const ChallengeListPage = () => {
336
);
337
338
return (
339
- <div className="challenge-list-page" style={{ maxWidth: '1200px', margin: '0 auto', padding: '0 16px' }}>
+ <div className="challenge-list-page" style={{ maxWidth: '1000px', margin: '0 auto', padding: '0 16px' }}>
340
<Row gutter={[16, 16]}>
341
<Col span={24}>
342
<h1 style={{ fontSize: isMobile ? '1.5rem' : '2rem', marginBottom: '1rem' }}>
0 commit comments