Slight tweak to landing animation

This commit is contained in:
Ezekiel Aquino
2018-12-14 13:30:36 +01:00
parent f179dc3ca7
commit e78ddd4d5a

View File

@@ -85,6 +85,6 @@ const Rectangle = styled.path`
`;
const Logo = styled.path`
animation: ${spin} 4s -2.65s infinite;
animation: ${spin} 4s -2.8s infinite;
transform-origin: 202px 202.7px;
`;