feat: add image zoom, remove unused things
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
a {
|
||||
img {
|
||||
transition: transform 0.3s ease;
|
||||
}
|
||||
|
||||
&:hover img {
|
||||
transform: scale(1.05);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user