minor fixes

This commit is contained in:
Ilya Kantor 2021-06-26 20:25:51 +03:00
parent dab34f744c
commit e9d2a31796

View file

@ -168,7 +168,7 @@ The CSS `transition` is based on that curve:
.train {
left: 0;
transition: left 5s cubic-bezier(0, 0, 1, 1);
/* JavaScript sets left to 450px */
/* onlick on a train sets left to 450px */
}
```