Skip to content

Commit

Permalink
Impove mobile hover on portfolio page
Browse files Browse the repository at this point in the history
  • Loading branch information
gorbatiukcom committed Jan 15, 2024
1 parent 5b3c785 commit 669379b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/app/portfolio/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@ export default function Home() {
width="100%"
borderRadius={["8px 8px 0px 0px", "8px"]}
_groupHover={{
filter: "auto",
brightness: "50%",
transitionDuration: "0.2s",
lg: {
filter: "auto",
brightness: "50%",
transitionDuration: "0.2s",
},
}}
/>
<Text display={["block", "none"]} fontSize="18px" px={4} pt={2}>
Expand Down

0 comments on commit 669379b

Please sign in to comment.