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