Tweak default styling for the HTML
This commit is contained in:
parent
376dafc8f4
commit
f37e4c686d
1 changed files with 2 additions and 1 deletions
|
|
@ -84,7 +84,8 @@ function createCardHTML(url) {
|
||||||
|
|
||||||
const html = `
|
const html = `
|
||||||
<style>
|
<style>
|
||||||
.deck { display: flex; flex-direction: row; gap: 10mm; flex-wrap: wrap; }
|
body { width: 8.5in; }
|
||||||
|
.deck { display: flex; flex-direction: row; gap: 5mm; flex-wrap: wrap; }
|
||||||
.card { width: 63mm; height: 88mm; }
|
.card { width: 63mm; height: 88mm; }
|
||||||
img { width: 100%; }
|
img { width: 100%; }
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue