From 81850f367c17ec5947136743d4818d76f390d673 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Mon, 27 Apr 2015 00:15:07 +0200 Subject: [PATCH] Blurred shadow around screenshots is now centered --- app/assets/stylesheets/my.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/my.scss b/app/assets/stylesheets/my.scss index 7b2dbb7..48a41bb 100644 --- a/app/assets/stylesheets/my.scss +++ b/app/assets/stylesheets/my.scss @@ -151,7 +151,7 @@ html, body { img { - box-shadow: 3px 3px 10px 0px #888888; + box-shadow: 0 0 10px 0px #888888; } }