This commit is contained in:
Tanner Collin 2025-06-23 13:34:49 -06:00
parent d5fff56284
commit 2c770a4b17
2 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,8 @@
{% block content %} {% block content %}
{% endblock %} {% endblock %}
<p>&nbsp;</p>
</div> </div>
<p class="footer"> <p class="footer">

View File

@ -63,6 +63,7 @@
.creations .creation img { .creations .creation img {
max-width: 14rem; max-width: 14rem;
max-height: 14rem; max-height: 14rem;
width: auto;
margin: 0 auto; margin: 0 auto;
display: block; display: block;