slightly more shadow on content-grid items

This commit is contained in:
Niels Lyngsø
2020-04-15 15:08:10 +02:00
parent 5fc889a8a5
commit aab629808d

View File

@@ -11,7 +11,7 @@
cursor: pointer;
position: relative;
user-select: none;
box-shadow: 0 1px 1px 0 rgba(0,0,0,0.16);
box-shadow: 0 1px 2px 0 rgba(0,0,0,0.16);
border-radius: 3px;
}