diff --git a/src/components/BeachBall/BeachBall.tsx b/src/components/BeachBall/BeachBall.tsx
index 54e11d5..f4087e7 100644
--- a/src/components/BeachBall/BeachBall.tsx
+++ b/src/components/BeachBall/BeachBall.tsx
@@ -5,8 +5,8 @@ import React from 'react';
*/
export const BeachBall = () => {
return (
-
-
+
+
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index 20269fe..76aeb9c 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -120,7 +120,7 @@ const IndexPage = ({ pageContext }: IndexPageProps) => {
div:first-child.show {
@keyframes spin {
0% {
- transform: rotate(0deg) scale(1);
+ transform: rotate(-45deg) scale(1);
}
100% {
- transform: rotate(360deg) scale(1.2);
+ transform: rotate(315deg) scale(1.2);
}
}
@@ -64,7 +64,7 @@ nav > div:first-child.show {
}
@media screen and (max-width: 768px) {
- #beachball {
+ #beachball > div {
animation-play-state: paused !important;
}
#contact {