Fix too many borders on card (image)

This commit is contained in:
Lim Chee Aun 2022-12-11 12:05:07 +08:00
parent 9ad956049b
commit 977176067e

View file

@ -274,7 +274,7 @@
min-height: 120px;
max-height: 160px;
object-fit: cover;
border: 1px solid var(--outline-color);
border-inline-end: 1px solid var(--outline-color);
}
.card:hover .image {
animation: position-object 5s ease-in-out 1s infinite;