Make animation smooth (#164)

This commit is contained in:
Maria Rushkova 2021-07-27 13:42:16 +02:00 committed by GitHub
parent d2174b982d
commit e8097c4776
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -108,5 +108,6 @@ const VoteBalance = styled.div`
@media (max-width: 600px) {
height: 13px;
transition: width 2s;
}
`