Skip to content

Commit

Permalink
adding style to Project button
Browse files Browse the repository at this point in the history
  • Loading branch information
Manik445 committed Feb 14, 2023
1 parent 1f29fb0 commit 239d092
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/projects/project.css
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,11 @@
width: 100%;
max-width: 460px;
position: relative;
transform: rotate(-2deg);
transform: rotate(-2deg);
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
margin-top: 20px;
margin-top: 21px;
margin-left: auto;
}

Expand Down

0 comments on commit 239d092

Please sign in to comment.