#352 package card hover effect

This commit is contained in:
neil molina 2023-03-29 14:19:49 +08:00
parent 239229ef93
commit 654422d8cd

View file

@ -68,6 +68,9 @@
height: 230px;
cursor: auto;
}
section:hover {
background-color: #252525;
}
figure {
position: relative;
@ -81,7 +84,6 @@
}
.card-thumb-label {
background: rgba(0, 0, 0, 0.9);
padding: 1.116vw;
text-align: left;
width: 100%;