change flipcard style to fix card height

This commit is contained in:
2021-01-24 20:30:00 +01:00
parent 638f11a63d
commit c49265262d

View File

@@ -10,10 +10,10 @@
.flipcard {
position: absolute;
width: 500px;
height: 700px;
width: 450px;
height: 650px;
background: none;
top: 50%;
top: calc(50% - 15px);
left: 50%;
transform: translate(-50%, -50%);
}