change flipcard style to increase to card size

This commit is contained in:
2021-01-24 20:16:17 +01:00
parent acbdac806b
commit 638f11a63d

View File

@@ -10,8 +10,8 @@
.flipcard { .flipcard {
position: absolute; position: absolute;
width: 350px; width: 500px;
height: 460px; height: 700px;
background: none; background: none;
top: 50%; top: 50%;
left: 50%; left: 50%;
@@ -97,14 +97,10 @@
.flipcard .fcflip { .flipcard .fcflip {
font-style: italic; font-style: italic;
position: absolute; position: absolute;
/* bottom: 0; */ bottom: -0.7em;
/* left: 0; */
/* width: 100%; */
/* padding: 0.25em 0; */
bottom: -0.4em;
width: 100%; width: 100%;
padding: 0.5em 0; padding: 1em 0;
right: -1.8em; right: -1.7em;
width: 5em; width: 5em;
} }