Add 20px margin above the raw list
This commit is contained in:
parent
0b047e3e10
commit
7ae0d584e6
@ -25,6 +25,10 @@ th {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
details {
|
||||||
|
margin-top: 20px;
|
||||||
|
}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
Loading…
Reference in New Issue
Block a user