Skip to content

Commit

Permalink
fix: change border-radius to fill card
Browse files Browse the repository at this point in the history
  • Loading branch information
agrattan0820 committed Nov 8, 2021
1 parent b7699c6 commit a6b1c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/components/_projectcard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
left: 0;
width: 100%;
height: 100%;
border-radius: 20px 20px 0px 0px;
border-radius: 15px 15px 0px 0px;
}

0 comments on commit a6b1c22

Please sign in to comment.