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, &:active,
&:focus { &:focus {
.thumbnail { -moz-transform: scale(0.98);
.image { -webkit-transform: scale(0.98);
margin: 2%; transform: scale(0.98);
padding-bottom: 96%;
width: 96%;
}
}
} }
} }