Adds body styling to label base

This commit is contained in:
Oliver Walters 2021-03-02 14:05:52 +11:00
parent 7cf1715e2b
commit 2cf87c1c30

View File

@ -10,6 +10,11 @@
{% endblock %}
}
body {
font-family: Arial, Helvetica, sans-serif;
margin: 0mm;
}
img {
display: inline-block;
image-rendering: pixelated;