Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
Fixed the welcome animation for laptop
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke-Yamasaki committed Aug 11, 2022
1 parent 7faf00d commit 3dd8f6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions react-app/src/Components/Styled/Welcome.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,13 +250,13 @@ export const LogoType = styled(Black)`
animation: ${shrinkLogotype('500px', '100px', '300px', '30px', '150px', '28px', '950px', '3px', '-30px', '-1023px')};
}
@media only screen and (min-width: 1337px) and (max-width: 1919px) {
animation: ${shrinkLogotype('500px', '100px', '300px', '30px', '100px', '28px', '650px', '3px', '135px', '-1023px')};
animation: ${shrinkLogotype('500px', '100px', '300px', '30px', '100px', '28px', '650px', '-7px', '135px', '-1023px')};
}
@media only screen and (max-width: 1336px) {
animation: ${shrinkMobileLogotype('500px', '100px', '300px', '30px', '75px', '28px', '150px', '12px', '-140px', '106.5px')};
animation: ${shrinkMobileLogotype('500px', '100px', '300px', '30px', '75px', '28px', '150px', '6px', '-140px', '106.5px')};
}
@media only screen and (max-width: 960px) {
animation: ${shrinkMobileLogotype('400px', '100px', '200px', '30px', '60px', '28px', '100px', '12px', '-110px', '106.5px')};
animation: ${shrinkMobileLogotype('400px', '100px', '200px', '30px', '60px', '28px', '100px', '6px', '-110px', '106.5px')};
}
`;

Expand Down

0 comments on commit 3dd8f6c

Please sign in to comment.