Add border for card

This commit is contained in:
Lim Chee Aun 2023-01-03 13:03:22 +08:00
parent b0271c50ae
commit dbfdd6ec68

View file

@ -438,6 +438,7 @@
width: 100%; width: 100%;
max-height: 50vh; max-height: 50vh;
border-inline-end: 0; border-inline-end: 0;
border-block-end: 1px solid var(--outline-color);
} }
.card:is(:hover, :focus) .image { .card:is(:hover, :focus) .image {
animation: position-object 5s ease-in-out 1s 5; animation: position-object 5s ease-in-out 1s 5;