change flipcard style to fix card height
This commit is contained in:
@@ -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%);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user