We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62fb00a commit 5fa6ea9Copy full SHA for 5fa6ea9
src/components/Viewport.vue
@@ -20,22 +20,25 @@ div.bin {
20
margin: 0 auto;
21
box-sizing: border-box; /* Include padding and border in dimensions */
22
23
- width: 8.5in; /* US Letter width */
24
- height: 11in; /* US Letter height */
25
-
26
overflow-y: hidden;
27
overflow-x: hidden;
28
}
29
@media screen {
30
div.bin {
31
margin: 50px auto;
+
+ width: 8.5in;
+ height: 11.7in;
32
33
34
35
@media print {
36
37
margin: 0px 0px;
38
border: 0px 0px;
39
40
41
+ height: 11in;
42
43
44
</style>
0 commit comments