tfrere commited on
Commit
f82dd0b
·
1 Parent(s): 7c1a5fc
client/src/components/InfiniteBackground.jsx CHANGED
@@ -137,6 +137,8 @@ export function InfiniteBackground() {
137
  bottom: 0,
138
  overflow: "hidden",
139
  zIndex: 0,
 
 
140
  "&::after": {
141
  content: '""',
142
  position: "absolute",
 
137
  bottom: 0,
138
  overflow: "hidden",
139
  zIndex: 0,
140
+ transform: "rotate(-2deg) scale(1.1)",
141
+ transformOrigin: "center center",
142
  "&::after": {
143
  content: '""',
144
  position: "absolute",