Tweaked shadows on cards

This commit is contained in:
Dan Brown 2017-09-24 18:47:34 +01:00
parent 9ca22976c3
commit a3557d5bb2
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View File

@ -185,7 +185,7 @@
.card {
margin: $-m;
background-color: #FFF;
box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0.5px 1px rgba(0, 0, 0, 0.1);
h3 {
padding: $-m;
border-bottom: 1px solid #E8E8E8;