fix printer settings
This commit is contained in:
parent
0c043434e2
commit
391bc395f0
1 changed files with 8 additions and 2 deletions
|
@ -11,8 +11,14 @@ body {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.container {
|
||||||
|
width: auto;
|
||||||
|
margin: 0;
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
|
|
||||||
#content {
|
#content {
|
||||||
/* width: 100%; */
|
width: auto;
|
||||||
width: 80%;
|
|
||||||
color: Black;
|
color: Black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue