We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfdcd9a commit d6399f2Copy full SHA for d6399f2
1 file changed
src/components/Clients/clients.tsx
@@ -34,10 +34,10 @@ export const Clients = () => {
34
35
36
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%' },
+ { $top: '100px', $right: '-50px' },
+ { $top: '100px', $left: '-30px', $opacity: '10%' },
+ { $bottom: '0px', $right: '100px' },
+ { $bottom: '50px', $left: '90px', $opacity: '10%' },
41
]
42
43
return (
0 commit comments