feat: add image zoom, remove unused things
This commit is contained in:
parent
f77e921b81
commit
ad04647359
4 changed files with 11 additions and 21 deletions
|
|
@ -0,0 +1,9 @@
|
|||
a {
|
||||
img {
|
||||
transition: transform 0.3s ease;
|
||||
}
|
||||
|
||||
&:hover img {
|
||||
transform: scale(1.05);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue