Skip to content

Commit d6399f2

Browse files
committed
Commit5
1 parent cfdcd9a commit d6399f2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/components/Clients/clients.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ export const Clients = () => {
3434

3535

3636
const BackgroundLogo = [
37-
{ $top: '-3px', $right: '-50px' },
38-
{ $top: '300px', $left: '-30px', $opacity: '10%' },
39-
{ $bottom: '450px', $right: '100px' },
40-
{ $bottom: '100px', $left: '90px', $opacity: '10%' },
37+
{ $top: '100px', $right: '-50px' },
38+
{ $top: '100px', $left: '-30px', $opacity: '10%' },
39+
{ $bottom: '0px', $right: '100px' },
40+
{ $bottom: '50px', $left: '90px', $opacity: '10%' },
4141
]
4242

4343
return (

0 commit comments

Comments
 (0)