diff --git a/resources/cards/card.css b/resources/cards/card.css index ff03bc7..9a877a8 100644 --- a/resources/cards/card.css +++ b/resources/cards/card.css @@ -4,22 +4,32 @@ @page { size: A4; - margin: 1.2cm; } @media print { body { width: 21cm; height: 29.7cm; + margin: 1.2cm; } + /*manual alignment ftw*/ + + article:nth-child(9n) { + margin-bottom: 4.55cm; + margin-bottom: 1.8cm; + margin-bottom: 2.93cm; + margin-bottom: 3.5cm; + } + } :root { font-family: sans-serif; font-size: 3mm; - font-weight: 300; + font-weight: 500; } + article { - margin: 3mm 5mm; + margin: 0.1mm 0.1mm; display: block; float: left; width: 5.6cm; diff --git a/resources/cards/card.vm b/resources/cards/card.vm index 572827c..6ddd20b 100644 --- a/resources/cards/card.vm +++ b/resources/cards/card.vm @@ -83,7 +83,7 @@ #end #if($was_saved) -
The card has been saved
+
The card has been saved
#end #if($was_deleted)
The card has been removed from storage