appstore: iterate on app page
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user