they wanted customer name a bit bigger, was not legible on the print
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
trav 2024-07-07 12:55:08 -04:00
parent e7f5673a19
commit d6004d6cb3

View File

@ -99,10 +99,10 @@ if(!is_user_logged_in()){
text-align: center; text-align: center;
width: 100%; width: 100%;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-size: 2.2mm; /* so that names as long as 50 characters stay on one line */ font-size: 2.9mm; /* so that names as long as 50 characters stay on one line */
margin-top: 4.6mm; /* to center text inside white area */ margin-top: 4.6mm; /* to center text inside white area */
position: absolute; position: absolute;
bottom: 8mm; /* Adjust this value to set the distance from the bottom of the label */ bottom: 5.9mm; /* Adjust this value to set the distance from the bottom of the label */
left: 0; left: 0;
right: 0; right: 0;
} }