From: Tomas Mudrunka Date: Thu, 7 Oct 2021 10:13:30 +0000 (+0200) Subject: Center X-Git-Url: http://git.harvie.cz/?p=mirrors%2FDesigns.git;a=commitdiff_plain;h=9dce371e02c5842432ce5000c6a6e6ecc88eeff4 Center --- diff --git a/tools/din_rail_module_label_generator.html b/tools/din_rail_module_label_generator.html index 4d7600d..3abc953 100644 --- a/tools/din_rail_module_label_generator.html +++ b/tools/din_rail_module_label_generator.html @@ -7,7 +7,7 @@ td { border: 1px solid black; width: 17.5mm; height: 17.5mm; text-align: center; padding: 0; overflow: hidden; display: flex; float: left; margin-bottom: 10mm; box-sizing: border-box; - align-items: center; + justify-content: center; /* align-items: center; */ } td:not(:last-child) { border-right: 0px solid red; } td[colspan="3"] { width: calc(3 * 17.5mm); }