On press, shrink whole element

This commit is contained in:
James Barnsley
2017-05-19 20:09:34 +12:00
parent f4299e659a
commit bed0e6fcbd

View File

@ -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);
}
}