Improved the overall responsiveness and the styling of the pages

This commit is contained in:
xemeds
2020-08-20 09:43:52 +03:00
parent 59cbba9d03
commit 3613fe57ec
6 changed files with 50 additions and 51 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
{% block body %}
<ul class="error-message">
<li><h1>{{ error_code }}</h1></li>
<li><h1>{{ error_message }}</h1></li>
<li><p>{{ error_code }}</p></li>
<li><p>{{ error_message }}</p></li>
</ul>
{% endblock %}