Make the text on the index page LARGE

This commit is contained in:
apio 2023-01-24 20:19:39 +01:00
parent 8eb3e526f5
commit 3c7df632a4
Signed by: apio
GPG Key ID: B8A7D06E42258954

View File

@ -2,7 +2,7 @@
{% block title %}{% endblock %}
{% block body %}
<div class="flex flex-col w-full h-fit content-center justify-center">
<a class="btn btn-ghost normal-case w-96 h-20 flex-initial bg-base-300 shadow-xl self-center m-48" href="/create">
<a class="btn btn-ghost normal-case w-96 h-20 flex-initial bg-base-300 shadow-xl self-center m-48 text-lg" href="/create">
Crea tu propio test AHORA!
</a>
</div>