Skip to content

Commit

Permalink
Set borders slightly curved (border-radius) for cards.
Browse files Browse the repository at this point in the history
  • Loading branch information
kinow committed Jun 22, 2024
1 parent ac58b58 commit 27a4ec0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _sass/_cards.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.post-card {
.post-content {
border: 1px solid rgba(0,0,0,0.1);
border-radius: 5px;
transition: 0.3s;
padding: 10px 20px 4px 20px;
margin: 10px 0;
Expand Down

0 comments on commit 27a4ec0

Please sign in to comment.