diff --git a/client/src/components/masterplanPage/map/Clouds.tsx b/client/src/components/masterplanPage/map/Clouds.tsx index a9ce853..d4984e9 100644 --- a/client/src/components/masterplanPage/map/Clouds.tsx +++ b/client/src/components/masterplanPage/map/Clouds.tsx @@ -11,41 +11,49 @@ function Clouds() { return (
+ + -
+ + -
+ //
+ //
+ // + // + // + // + // + // + // + // + //
+ //
+ // + // + // + // + // + // + // + // + //
+ //
); } diff --git a/client/src/index.css b/client/src/index.css index d396aa6..f56de39 100644 --- a/client/src/index.css +++ b/client/src/index.css @@ -55,10 +55,10 @@ body { @keyframes infiniter { from { - transform: translateX(0%); + transform: translateX(-100%); } to { - transform: translateX(-100%); + transform: translateX(0%); } } /* @keyframes infiniter {