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 { .flipcard {
position: absolute; position: absolute;
width: 500px; width: 450px;
height: 700px; height: 650px;
background: none; background: none;
top: 50%; top: calc(50% - 15px);
left: 50%; left: 50%;
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
} }