Merge pull request #1380 from SchrodingersGat/label-base

Adds body styling to label base
This commit is contained in:
Oliver 2021-03-02 16:53:05 +11:00 committed by GitHub
commit 33f195533e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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