Skip to content

Commit

Permalink
size of plants
Browse files Browse the repository at this point in the history
  • Loading branch information
tchisama committed May 7, 2023
1 parent cde424a commit 9c4652e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/PlantViewr.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ function PlantViewr({ clickable = true }) {
draggable={false}
className={
"duration-150 ease-in " +
(animation ? " translate-y-52 " : " scale-[1.0] ") +
(animation ? " scale-90 translate-y-5 " : " scale-[1.0] ")
(animation ? " translate-y-52 " : " scale-[1.1] -translate-y-2") +
(animation ? " scale-90 translate-y-5 " : " scale-[1.1] ")
}
src={clickable ? currentCactus : cactuses.at(homePotCactus.cactus)}
></img>
Expand Down

0 comments on commit 9c4652e

Please sign in to comment.