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";
:root {
--container-max-width: 1072px !important;
}
body,

View File

@ -386,22 +386,6 @@ import {
xs={{ cols: 3, gap: '1rem', wrap: false, scrollButtons: false }}
md={{ cols: 4, gap: '1rem', wrap: true }}
>
<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='Andri'
@ -409,58 +393,6 @@ import {
githubLink='https://github.com/jangko'
/>
</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='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'
@ -479,9 +411,70 @@ import {
</Grid.Item>
<Grid.Item>
<ProfileCard
name=''
githubUsername='narimiran'
githubLink='https://github.com/narimiran'
name='Daniel'
imgSrc='https://avatars.githubusercontent.com/u/3033919?v=4'
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>