mirror of
https://github.com/fspc/bike-database.git
synced 2025-02-23 09:33:23 -05:00
lk | reduce printed margins on receipts
This commit is contained in:
parent
c6934f637a
commit
df54b59b95
@ -1,3 +1,6 @@
|
|||||||
|
@page {
|
||||||
|
margin: 0cm;
|
||||||
|
}
|
||||||
.print-labels{
|
.print-labels{
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
@ -6,7 +9,7 @@
|
|||||||
page-break-inside: avoid;
|
page-break-inside: avoid;
|
||||||
margin: 1px;
|
margin: 1px;
|
||||||
border: 5px solid black;
|
border: 5px solid black;
|
||||||
height: 465px;
|
height: 520px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
.horizontal-line{
|
.horizontal-line{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user