Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Last active July 18, 2019 03:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/1eaa6a1ca464843619c6ea781b87c181 to your computer and use it in GitHub Desktop.
Save parzibyte/1eaa6a1ca464843619c6ea781b87c181 to your computer and use it in GitHub Desktop.
* {
font-size: 12px;
font-family: 'Times New Roman';
}
td,
th,
tr,
table {
border-top: 1px solid black;
border-collapse: collapse;
}
td.producto,
th.producto {
width: 75px;
max-width: 75px;
}
td.cantidad,
th.cantidad {
width: 40px;
max-width: 40px;
word-break: break-all;
}
td.precio,
th.precio {
width: 40px;
max-width: 40px;
word-break: break-all;
}
.centrado {
text-align: center;
align-content: center;
}
.ticket {
width: 155px;
max-width: 155px;
}
img {
max-width: inherit;
width: inherit;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment