Fixed mismatched card & section shadows.

This commit is contained in:
WrinklyNinja
2014-08-25 21:20:38 +01:00
parent 3698cb090a
commit 6f7ab6a7c7
+1 -1
View File
@@ -171,7 +171,7 @@ section {
background:white;
overflow:hidden;
margin:1em;
box-shadow:0 0 3px 0px rgba(0,0,0,0.5);
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
padding:1em;
position: relative;
}