changed the shadow for hover over a skill card per design team request

pull/6/head
Chris Veilleux 2018-09-26 22:48:00 -05:00
parent 5122dc96d0
commit a71d11623a
1 changed files with 1 additions and 1 deletions

View File

@ -50,5 +50,5 @@ mat-card {
} }
mat-card:hover{ mat-card:hover{
box-shadow: -1px 5px 15px 0px; box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
} }