Skip to content

Commit

Permalink
feat(CollectionPreview): update hover animation to use transforms
Browse files Browse the repository at this point in the history
  • Loading branch information
Aminejvm committed Aug 5, 2021
1 parent e5fd28a commit f1620d9
Show file tree
Hide file tree
Showing 3 changed files with 130 additions and 213 deletions.
4 changes: 2 additions & 2 deletions common/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@ export const grids = {
mobile: { width: 166, rowGap: 12 },
},
collection: {
desktop: { width: 432, rowGap: 16 },
mobile: { width: 300, rowGap: 8 },
desktop: { width: 382, rowGap: 16 },
mobile: { width: 280, rowGap: 8 },
},
profile: {
desktop: { width: 248, rowGap: 16 },
Expand Down
Loading

0 comments on commit f1620d9

Please sign in to comment.