Skip to content

Commit

Permalink
Add small border radius to project card
Browse files Browse the repository at this point in the history
  • Loading branch information
randombenj committed Mar 27, 2023
1 parent 1eb7834 commit 0bb042e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/style/components/Project.module.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.project-card {
border-radius: 4px;
margin: 0 16px 10px 16px;
padding: 16px 0 16px 16px;
border: 1px solid var(--secondary-foreground);
Expand Down

0 comments on commit 0bb042e

Please sign in to comment.