Skip to content

Commit

Permalink
Reduce font size so that the card ID fit on the classic cards
Browse files Browse the repository at this point in the history
  • Loading branch information
asl97 committed Dec 11, 2023
1 parent b5ebc07 commit c25d595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1573,7 +1573,7 @@ <h1>Batch Card Printer</h1>
div.appendChild(svg);

let card_id_element = printer_card.children[0];
card_id_element.style['font-size'] = '12vh';
card_id_element.style['font-size'] = '11vh';
card_id_element.style.width = '97vh';
card_id_element.remove();
div.appendChild(card_id_element);
Expand Down

0 comments on commit c25d595

Please sign in to comment.