mirror of
https://github.com/System-End/site.git
synced 2026-04-19 18:35:12 +00:00
get outta here racoon
This commit is contained in:
parent
c1fe6fa9ea
commit
ebe54cda3c
1 changed files with 9 additions and 3 deletions
|
|
@ -1140,11 +1140,17 @@ const Arcade = ({ stickers = [], inventory = [], carousel = [], highlightedItems
|
|||
title="Build your next project!"
|
||||
text="What will you build with the Prizes you redeemed?"
|
||||
num="4"
|
||||
img="/arcade/r7.png"
|
||||
img="/arcade/o4.png"
|
||||
sx={{
|
||||
display: ['block', 'block', 'none', 'none'],
|
||||
mt: '30px',
|
||||
mb: '20px'
|
||||
mb: '20px',
|
||||
'img': {
|
||||
position: 'absolute',
|
||||
bottom: '-10px',
|
||||
maxWidth: '300px',
|
||||
width: '45%'
|
||||
}
|
||||
}}
|
||||
/>
|
||||
<Text
|
||||
|
|
@ -1174,7 +1180,7 @@ const Arcade = ({ stickers = [], inventory = [], carousel = [], highlightedItems
|
|||
transform: 'rotate(-7deg) scale(1.1)',
|
||||
zIndex: 10,
|
||||
position: 'relative',
|
||||
marginBottom: ['-180px', '-150px', '-250px', '-300px'],
|
||||
marginBottom: ['-240px', '-150px', '-250px', '-300px'],
|
||||
marginTop: ['120px', '120px', '120px', '150px']
|
||||
}}
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue