Skip to content

Commit bfe2a5f

Browse files
committed
chore: remove extra spaces
1 parent 661e0d2 commit bfe2a5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/assets/less/main.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,14 +214,14 @@ h1 {
214214
@keyframes contract { .ani-contract }
215215

216216
// A small trick
217-
@keyframes clicked {
217+
@keyframes clicked {
218218
0% { transform: scale(1); opacity: 1; top: 10px; }
219219
90% { top: 10px; }
220220
99% { transform: scale(6); opacity: 0; top: 150px; }
221221
100% { transform: scale(0); }
222222
}
223223

224-
@keyframes fade {
224+
@keyframes fade {
225225
0% { transform: scale(1); opacity: 1; top: 10px; }
226226
90% { opacity: 0; top: 10px; }
227227
99% { transform: scale(0); top: 150px; }

0 commit comments

Comments
 (0)