Skip to content

Commit

Permalink
Merge pull request #16 from JijinJayakumar/patch-1
Browse files Browse the repository at this point in the history
fixed card issue
  • Loading branch information
puikinsh authored May 11, 2018
2 parents a0cbff8 + a5c495f commit 3db4f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2260,7 +2260,7 @@ textarea {
padding: 20px;
border: 0 solid #e7e7e7;
border-radius: 5px;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
box-shadow: 0 5px 20px 0 rgba(0,0,0,0.15);
}
.card-subtitle {
font-size: 12px;
Expand Down

0 comments on commit 3db4f39

Please sign in to comment.