mirror of
https://github.com/System-End/site.git
synced 2026-04-19 16:28:21 +00:00
responsive
This commit is contained in:
parent
03065f4df4
commit
a53299d097
3 changed files with 5 additions and 5 deletions
|
|
@ -38,7 +38,7 @@ const Prizes = ({
|
|||
alignItems: 'center'
|
||||
}}
|
||||
>
|
||||
<img src={img} sx={{ width: '100%', height: 'auto' }} />
|
||||
<img src={img} sx={{ width: '100%', height: 'auto', maxWidth: '300px' }} />
|
||||
</Flex>
|
||||
<Text className="slackey" variant="headline" sx={{ color: '#FFEEC6' }}>
|
||||
{text}
|
||||
|
|
|
|||
|
|
@ -38,10 +38,10 @@ const ShopPage = ({ parts }) => {
|
|||
<Grid
|
||||
sx={{
|
||||
pt: '50px',
|
||||
gridTemplateColumns: ['1fr', '1fr 1fr', '1fr 1fr', '1fr 1fr 1fr'],
|
||||
gridTemplateColumns: ['1fr', '1fr', '1fr 1fr', '1fr 1fr 1fr'],
|
||||
gap: '50px',
|
||||
maxWidth: '1000px',
|
||||
width: '90vw',
|
||||
width: '80vw',
|
||||
margin: 'auto'
|
||||
}}
|
||||
>
|
||||
|
|
|
|||
|
|
@ -56,10 +56,10 @@ const ShopPage = ({ parts, ...props }) => {
|
|||
<Grid
|
||||
sx={{
|
||||
pt: '50px',
|
||||
gridTemplateColumns: ['1fr', '1fr 1fr', '1fr 1fr', '1fr 1fr 1fr'],
|
||||
gridTemplateColumns: ['1fr', '1fr', '1fr 1fr', '1fr 1fr 1fr'],
|
||||
gap: '50px',
|
||||
maxWidth: '1000px',
|
||||
width: '90vw',
|
||||
width: '80vw',
|
||||
margin: 'auto'
|
||||
}}
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue