appstore: iterate on app page

This commit is contained in:
Alexandre Aubin
2023-08-29 22:05:33 +02:00
parent e577bfef5d
commit 0368b4e97d
3 changed files with 53 additions and 9 deletions

View File

@ -21,6 +21,9 @@
.btn-primary {
@apply text-white bg-blue-500 hover:bg-blue-700;
}
.btn-link {
@apply bg-gray-100 hover:bg-gray-200;
}
.btn-primary-outline {
@apply border text-blue-600 border-blue-500 hover:text-blue-400;
}
@ -125,7 +128,7 @@
{% block main %}
{% endblock %}
<footer class="text-center"><hr/>TODO : add a proper footer</footer>
<footer class="h-5 mt-5"></footer>
</body>
</html>