post cards are a little fruitier

This commit is contained in:
Jill 2023-08-20 03:59:24 +03:00
parent 59e943eff4
commit 8df30ebc65
Signed by: oat
GPG Key ID: 33489AA58A955108
1 changed files with 9 additions and 1 deletions

View File

@ -61,6 +61,9 @@
word-break: break-word;
transition: transform 0.1s cubic-bezier(0.34, 1.56, 0.64, 1);
will-change: transform;
.image {
display: block;
margin-bottom: 1.25em;
@ -124,8 +127,13 @@
&:hover {
header {
opacity: 0.8;
opacity: 0.85;
}
transform: scale(1.01);
}
&:active {
transition-duration: 0.08s;
transform: scale(0.99);
}
}