Center
authorTomas Mudrunka <tomas@mudrunka.cz>
Thu, 7 Oct 2021 10:13:30 +0000 (12:13 +0200)
committerTomas Mudrunka <tomas@mudrunka.cz>
Thu, 7 Oct 2021 10:13:30 +0000 (12:13 +0200)
tools/din_rail_module_label_generator.html

index 4d7600dc0f292c9dcd706b65a8742aa7b0a48b86..3abc953f7d764739805d06ea80150599d5d6dab4 100644 (file)
@@ -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); }
This page took 0.151343 seconds and 4 git commands to generate.