mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-23 17:16:26 +01:00
Add border for card
This commit is contained in:
parent
b0271c50ae
commit
dbfdd6ec68
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue