add hover cursor on pictures

This commit is contained in:
FarseaSH 2023-05-07 16:58:12 +08:00
parent a27aa02797
commit 4b71d96e29

View file

@ -285,6 +285,10 @@ $gray: #919EB1;
max-height: 250px;
padding-bottom:10px;
margin-top: 5px;
&:hover {
cursor: pointer;
}
}
// pic set
@ -309,6 +313,10 @@ $gray: #919EB1;
.add-padding{
padding: 2.5px;
}
&:hover {
cursor: pointer;
}
}
/* for links */