Add 20px margin above the raw list

This commit is contained in:
Simon Doppler 2018-02-12 22:49:02 +01:00
parent 0b047e3e10
commit 7ae0d584e6
No known key found for this signature in database
GPG Key ID: 9A08963DB82F5A19

View File

@ -25,6 +25,10 @@ th {
text-align: center;
width: 100%;
}
details {
margin-top: 20px;
}
{% endblock %}
{% block content %}