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