Skip to content

Commit

Permalink
💄 style(projects): minor redesign (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
welpo authored Feb 15, 2024
1 parent e5442fa commit 1b21b63
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sass/parts/_cards.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,16 @@
}

.card {
box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
border-radius: 5px;
box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
border-radius: 1rem;
background: var(--bg-2);
min-height: 100px;
overflow: hidden;
}

.card-info {
padding: 0 24px 24px 24px;
text-align: center;
}

.card-title {
Expand Down

0 comments on commit 1b21b63

Please sign in to comment.