Fix explore page

This commit is contained in:
Kristofers Solo 2023-06-29 21:47:39 +00:00
parent 988420a87c
commit 7e9f91f076

View File

@ -15,7 +15,7 @@
<p class="max-w-xs text-justify">{{ project.description|slice:500 }}</p> <p class="max-w-xs text-justify">{{ project.description|slice:500 }}</p>
</div> </div>
{% empty %} {% empty %}
<p>No projects yet.</p> <p class="text-center font-abel text-xl">No projects yet.</p>
{% endfor %} {% endfor %}
</div> </div>
</div> </div>