Expand the card creator

This commit is contained in:
2017-10-15 11:36:03 +02:00
parent 4a7931077e
commit 9d3a350510
4 changed files with 148 additions and 33 deletions
+22 -2
View File
@@ -1,8 +1,28 @@
iframe {
width: 8cm;
height: 12cm;
width: 7cm;
height: 11cm;
display: block;
position: absolute;
top: 0;
right: 0;
border: none;
}
* {
margin: 0;
padding: 0;
}
form {
width: calc(100% - 9cm);
}
ul {
list-style-type: none;
margin: 0.5em;
}
ul li {
float: left;
margin: 0.6em;
margin-bottom: 0.1em;
}