diff --git a/src/app/globals.css b/src/app/globals.css index ba44704..4a49466 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -39,23 +39,3 @@ body { 0% { background-position: 0% 50%; } 100% { background-position: 100% 50%; } } - -.force-width { - width: 620px !important; -} - -@keyframes wiggle { - 0% { - transform: translateX(0); - } - 50% { - transform: translateX(-5px); - } - 100% { - transform: translateX(0); - } -} - -.animate-wiggle { - animation: wiggle 0.5s ease-in-out infinite; -}