Skip to content

Commit 183a2dd

Browse files
committed
completionId: cgen-9c870e76710146798a55c4c957ef8e94
cgen-9c870e76710146798a55c4c957ef8e94
1 parent 6188c9b commit 183a2dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/StakeAndEarn.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ const StakeAndEarn = () => {
9090
]
9191

9292
return (
93-
<section style={{
93+
<section style={{
9494
background: 'linear-gradient(180deg, rgba(5,4,170,0) 0%, rgba(5,4,170,0.8) 80%, #0504AA 100%)',
95-
padding: '80px 24px',
95+
padding: 'clamp(40px, 8vw, 80px) 20px',
9696
textAlign: 'center',
9797
position: 'relative',
9898
overflow: 'hidden',

0 commit comments

Comments
 (0)