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 1b78f75 commit 47d34fdCopy full SHA for 47d34fd
tools/spotify_test.html
@@ -27,18 +27,23 @@
27
background: white;
28
padding: 10px;
29
margin: 10px;
30
+ page-break-inside: avoid !important;
31
+ break-inside: avoid !important;
32
}
33
34
.page {
35
page-break-after: always !important;
36
page-break-before: always !important;
37
+ margin-bottom: 2cm;
38
39
40
.card-container {
41
display: grid;
42
grid-template-columns: repeat(3, 1fr);
43
gap: 20px;
44
padding: 20px;
45
46
47
48
49
.card-page {
@@ -71,6 +76,7 @@
71
76
72
77
#printArea {
73
78
display: block;
79
+ padding: 1cm;
74
80
75
81
82
.hidden {
0 commit comments