Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
feat(HomePage): disable 3 images hover
Browse files Browse the repository at this point in the history
  • Loading branch information
CanRau committed Oct 29, 2018
1 parent 0262760 commit 5c70663
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/templates/HomePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,17 @@ const IntroImages = styled.div`
${media.greaterThan(`small`)} {
& .gatsby-image-wrapper {
width: 280px;
transition: width 0.3s ease-in-out;
/* transition: width 0.3s ease-in-out; */
}
& > .gatsby-image-wrapper:not(:nth-child(2)) {
width: 200px;
}
&:hover .gatsby-image-wrapper {
/* &:hover .gatsby-image-wrapper {
width: 200px;
}
& > .gatsby-image-wrapper:hover {
width: 280px;
}
} */
}
`

Expand Down

0 comments on commit 5c70663

Please sign in to comment.