On press, shrink whole element
This commit is contained in:
@ -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%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user