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