Skip to content

Commit 47d34fd

Browse files
committed
- playing around with the spotify API
1 parent 1b78f75 commit 47d34fd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tools/spotify_test.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,23 @@
2727
background: white;
2828
padding: 10px;
2929
margin: 10px;
30+
page-break-inside: avoid !important;
31+
break-inside: avoid !important;
3032
}
3133

3234
.page {
3335
page-break-after: always !important;
3436
page-break-before: always !important;
37+
margin-bottom: 2cm;
3538
}
3639

3740
.card-container {
3841
display: grid;
3942
grid-template-columns: repeat(3, 1fr);
4043
gap: 20px;
4144
padding: 20px;
45+
page-break-inside: avoid !important;
46+
break-inside: avoid !important;
4247
}
4348

4449
.card-page {
@@ -71,6 +76,7 @@
7176

7277
#printArea {
7378
display: block;
79+
padding: 1cm;
7480
}
7581

7682
.hidden {

0 commit comments

Comments
 (0)