chore: adjust max width

This commit is contained in:
jinhojang6 2024-02-15 02:52:19 +09:00 committed by Jinho Jang
parent 621db5b6bd
commit 2529066a4b
2 changed files with 79 additions and 85 deletions

View File

@ -2,6 +2,7 @@
@use "@acid-info/logos-docusaurus-theme/src/client/css/utils"; @use "@acid-info/logos-docusaurus-theme/src/client/css/utils";
:root { :root {
--container-max-width: 1072px !important;
} }
body, body,

View File

@ -387,102 +387,95 @@ import {
md={{ cols: 4, gap: '1rem', wrap: true }} md={{ cols: 4, gap: '1rem', wrap: true }}
> >
<Grid.Item> <Grid.Item>
<ProfileCard <ProfileCard
name='Jacek Sieka' name='Andri'
imgSrc='https://avatars.githubusercontent.com/u/1382986?v=4'
githubUsername='arnetheduck'
githubLink='https://github.com/arnetheduck'
/>
</Grid.Item>
<Grid.Item>
<ProfileCard
name='Jordan Hrycaj'
imgSrc='https://avatars.githubusercontent.com/u/3624993?v=4'
githubUsername='mjfh'
githubLink='https://github.com/mjfh'
/>
</Grid.Item>
<Grid.Item>
<ProfileCard
name='Andri'
githubUsername='jangko' githubUsername='jangko'
githubLink='https://github.com/jangko' githubLink='https://github.com/jangko'
/> />
</Grid.Item> </Grid.Item>
<Grid.Item> <Grid.Item>
<ProfileCard <ProfileCard
name='Eugene' name='Ben'
imgSrc='https://avatars.githubusercontent.com/u/5955411?v=4'
githubUsername='cheatfate'
githubLink='https://github.com/cheatfate'
/>
</Grid.Item>
<Grid.Item>
<ProfileCard
name='Dustin'
imgSrc='https://avatars.githubusercontent.com/u/11422416?v=4'
githubUsername='tersec'
githubLink='https://github.com/tersec'
/>
</Grid.Item>
<Grid.Item>
<ProfileCard
name='Zahary Karadjov'
imgSrc='https://avatars.githubusercontent.com/u/175462?v=4'
githubUsername='zah'
githubLink='https://github.com/zah'
/>
</Grid.Item>
<Grid.Item>
<ProfileCard
name='Etan Kissling'
imgSrc='https://avatars.githubusercontent.com/u/89844309?v=4'
githubUsername='etan-status'
githubLink='https://github.com/etan-status'
/>
</Grid.Item>
<Grid.Item>
<ProfileCard
name='Daniel'
imgSrc='https://avatars.githubusercontent.com/u/3033919?v=4'
githubUsername='daniellm'
githubLink='https://github.com/daniellm'
/>
</Grid.Item>
<Grid.Item>
<ProfileCard
name='Kaushal'
/>
</Grid.Item>
<Grid.Item>
<ProfileCard
name='Kim'
githubUsername='kdeme'
githubLink='https://github.com/kdeme'
/>
</Grid.Item>
<Grid.Item>
<ProfileCard
name='Ben'
imgSrc='https://avatars.githubusercontent.com/u/51288821?v=4' imgSrc='https://avatars.githubusercontent.com/u/51288821?v=4'
githubUsername='web3-developer' githubUsername='web3-developer'
githubLink='https://github.com/web3-developer' githubLink='https://github.com/web3-developer'
/> />
</Grid.Item> </Grid.Item>
<Grid.Item> <Grid.Item>
<ProfileCard <ProfileCard
name='Daniil' name='Daniil'
imgSrc='https://avatars.githubusercontent.com/u/685003?v=4' imgSrc='https://avatars.githubusercontent.com/u/685003?v=4'
githubUsername='mynameisdaniil' githubUsername='mynameisdaniil'
githubLink='https://github.com/mynameisdaniil' githubLink='https://github.com/mynameisdaniil'
/> />
</Grid.Item> </Grid.Item>
<Grid.Item> <Grid.Item>
<ProfileCard <ProfileCard
name='' name='Daniel'
githubUsername='narimiran' imgSrc='https://avatars.githubusercontent.com/u/3033919?v=4'
githubLink='https://github.com/narimiran' githubUsername='daniellm'
/> githubLink='https://github.com/daniellm'
/>
</Grid.Item>
<Grid.Item>
<ProfileCard
name='Dustin'
imgSrc='https://avatars.githubusercontent.com/u/11422416?v=4'
githubUsername='tersec'
githubLink='https://github.com/tersec'
/>
</Grid.Item>
<Grid.Item>
<ProfileCard
name='Eugene'
imgSrc='https://avatars.githubusercontent.com/u/5955411?v=4'
githubUsername='cheatfate'
githubLink='https://github.com/cheatfate'
/>
</Grid.Item>
<Grid.Item>
<ProfileCard
name='Etan Kissling'
imgSrc='https://avatars.githubusercontent.com/u/89844309?v=4'
githubUsername='etan-status'
githubLink='https://github.com/etan-status'
/>
</Grid.Item>
<Grid.Item>
<ProfileCard
name='Jacek Sieka'
imgSrc='https://avatars.githubusercontent.com/u/1382986?v=4'
githubUsername='arnetheduck'
githubLink='https://github.com/arnetheduck'
/>
</Grid.Item>
<Grid.Item>
<ProfileCard
name='Jordan Hrycaj'
imgSrc='https://avatars.githubusercontent.com/u/3624993?v=4'
githubUsername='mjfh'
githubLink='https://github.com/mjfh'
/>
</Grid.Item>
<Grid.Item>
<ProfileCard
name='Kaushal'
/>
</Grid.Item>
<Grid.Item>
<ProfileCard
name='Kim'
githubUsername='kdeme'
githubLink='https://github.com/kdeme'
/>
</Grid.Item>
<Grid.Item>
<ProfileCard
name='Zahary Karadjov'
imgSrc='https://avatars.githubusercontent.com/u/175462?v=4'
githubUsername='zah'
githubLink='https://github.com/zah'
/>
</Grid.Item> </Grid.Item>
</Grid> </Grid>
</Box> </Box>