Skip to content

Commit

Permalink
fix blue bug
Browse files Browse the repository at this point in the history
  • Loading branch information
bellesea committed Sep 8, 2024
1 parent a47b33e commit 638683f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pages/arcade/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1323,8 +1323,9 @@ const Arcade = ({ stickers = [], carousel = [], highlightedItems = [] }) => {
transform: 'rotate(-7deg) scale(1.1)',
zIndex: 10,
position: 'relative',
marginBottom: ['-380px', '-420px', '-450px', '-520px'],
marginTop: ['120px', '120px', '120px', '150px']
marginBottom: ['-900px', '-820px', '-850px', '-1020px'],
marginTop: ['120px', '120px', '120px', '150px'],
width: ['110vw','105vw']
}}
>
<Ticker speed={5}>
Expand Down

0 comments on commit 638683f

Please sign in to comment.