Overview items pop up

This commit is contained in:
Patrick Hatsune 2024-09-01 23:19:30 -07:00
parent bd4b20705a
commit e730a3a239
Signed by: keyemail
GPG key ID: 6FD1A0FDB0D914C2

View file

@ -77,6 +77,10 @@
width: 230px;
border-radius: 20px;
cursor: pointer;
transition: 0.3s transform;
}
li:hover {
transform: translateY(-5px);
}
img {
width: 80px;