Remove unofficial cards.
[heroik.git] / heroik.css
index 40bb1ae..89678cd 100644 (file)
@@ -233,6 +233,8 @@ input[type=checkbox] {
     box-shadow: 0.125em 0.125em 0.25em 0.0625em #aaa;
     border: solid hsl(270, 30%, 85%) 1px;
     min-width: 6em;
+    height: 1.375em;
+    max-height: 1.375em;
 }
 
 .button.small {
@@ -609,8 +611,8 @@ table {
 .card .flavor {
     position: absolute;
     bottom: 9%;
-    width: 80%;
-    left: 10%;
+    width: 70%;
+    left: 15%;
     font-style: italic;
     color: black;
     font-size: 0.6em;
@@ -761,7 +763,7 @@ h1, h2, [onclick], label {
 @media print {
 
     @page {
-        size: 3.5in 7in;
+        size: 85mm 170mm;
         margin: 0.5em;
     }
     header, .no-print {