Skip to content

Commit

Permalink
Update globals.css
Browse files Browse the repository at this point in the history
  • Loading branch information
iancheung0202 authored Dec 13, 2024
1 parent a8badfe commit a2cd289
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

1 comment on commit a2cd289

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for gunnhacks11-0 ready!

✅ Preview
https://gunnhacks11-0-p4iewc684-daniel-kous-projects.vercel.app

Built with commit a2cd289.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.