Browse Source

lk | reduce printed margins on receipts

master
Louis Knapp 7 years ago
parent
commit
df54b59b95
  1. 5
      app/assets/stylesheets/print_select.css.scss

5
app/assets/stylesheets/print_select.css.scss

@ -1,3 +1,6 @@
@page {
margin: 0cm;
}
.print-labels{
h2 {
font-size: 24px;
@ -6,7 +9,7 @@
page-break-inside: avoid;
margin: 1px;
border: 5px solid black;
height: 465px;
height: 520px;
text-align: center;
.horizontal-line{
width: 100%;

Loading…
Cancel
Save