Skip to content

Commit 638cb37

Browse files
committed
improved contact card shadows
1 parent 5907d99 commit 638cb37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/assets/css/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4123,14 +4123,14 @@ input, select, textarea {
41234123

41244124
.card {
41254125
/* Add shadows to create the "card" effect */
4126-
box-shadow: 0 4px 8px 0 rgba(255,255,255,0.2);
4126+
box-shadow: 0 8px 16px 0 #db211e;
41274127
transition: 0.3s;
41284128
text-align: center;
41294129
}
41304130

41314131
/* On mouse-over, add a deeper shadow */
41324132
.card:hover {
4133-
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
4133+
box-shadow: 0 16px 32px 0 #db201e;
41344134
}
41354135

41364136
/* Add some padding inside the card container */

0 commit comments

Comments
 (0)