padding on the svgs

master
km0 2 years ago
parent 8f159bfaf7
commit 670156d6c7

File diff suppressed because one or more lines are too long

@ -28,9 +28,7 @@ def blocks():
def block(slug=None):
dump.dump([slug])
with open("postit/contents.json", "r") as f:
contents = json.load(f)
contributions = {
slug: contents[slug]
}
contributions = json.load(f)
return render_template("postit.html", contributions=contributions)

@ -1 +1 @@
Subproject commit d5ee8e3567ab04b8cf52de6883c53b80d1971521
Subproject commit 4def6de1443d8e7c9bdf4bceb55ece52ac58fc10

@ -124,3 +124,7 @@
.mimic figcaption {
color: #c09d73;
}
.xquisite img {
padding: 3mm;
}

@ -1,7 +1,7 @@
@page {
size: 90mm 90mm;
margin: 0;
bleed: 3mm;
bleed: 2mm;
marks: crop;
}

Loading…
Cancel
Save