Skip to content

Commit a2cd289

Browse files
Update globals.css
1 parent a8badfe commit a2cd289

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

src/app/globals.css

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -39,23 +39,3 @@ body {
3939
0% { background-position: 0% 50%; }
4040
100% { background-position: 100% 50%; }
4141
}
42-
43-
.force-width {
44-
width: 620px !important;
45-
}
46-
47-
@keyframes wiggle {
48-
0% {
49-
transform: translateX(0);
50-
}
51-
50% {
52-
transform: translateX(-5px);
53-
}
54-
100% {
55-
transform: translateX(0);
56-
}
57-
}
58-
59-
.animate-wiggle {
60-
animation: wiggle 0.5s ease-in-out infinite;
61-
}

0 commit comments

Comments
 (0)