From bed0e6fcbdbafa0a59b966671dfa98ade0d2c1fa Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Fri, 19 May 2017 20:09:34 +1200 Subject: [PATCH] On press, shrink whole element --- src/scss/components/_grid.scss | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/src/scss/components/_grid.scss b/src/scss/components/_grid.scss index 6d4185e5..7cc69e51 100755 --- a/src/scss/components/_grid.scss +++ b/src/scss/components/_grid.scss @@ -42,13 +42,9 @@ &:active, &:focus { - .thumbnail { - .image { - margin: 2%; - padding-bottom: 96%; - width: 96%; - } - } + -moz-transform: scale(0.98); + -webkit-transform: scale(0.98); + transform: scale(0.98); } }