Skip to content

Commit

Permalink
💄 style: use shadow instead of border for cards
Browse files Browse the repository at this point in the history
  • Loading branch information
welpo committed Apr 16, 2023
1 parent a2ea8c3 commit 99bb932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sass/parts/_cards.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
.card {
min-height: 100px;
background: var(--bg-2);
border: 2px solid var(--border-color);
box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
overflow: hidden;
}

Expand Down

0 comments on commit 99bb932

Please sign in to comment.