Add Ida's tweak to card position

This commit is contained in:
Austin Chen 2022-07-20 16:57:13 -07:00
parent 2836b11f2a
commit 0ecd180322

View File

@ -66,6 +66,14 @@
background-size: 220px;
background-repeat: no-repeat;
transition: height 1s, background-image 1s, border 0.4s 0.6s;
background-position-y: calc(50% - 20px);
}
.card:not([data-name^='name'])::after {
content: '';
height: 34px;
background: white;
width: 100%;
}
.answer-page .card {