appstore: much responsiveness

This commit is contained in:
Alexandre Aubin
2023-09-19 01:13:27 +02:00
parent 48ab5fc757
commit fd6f0eb24c
6 changed files with 180 additions and 85 deletions

View File

@ -9,7 +9,7 @@
</div>
<div class="grid grid-cols-1 gap-4 sm:grid-cols-2 md:grid-cols-3 max-w-screen-lg mx-auto pt-5">
<div class="text-center border rounded-lg h-32">
<div class="text-center border rounded-lg h-32 mx-3 sm:mx-0">
<a
href="{{ url_for('browse_catalog') }}"
class="h-full relative block overflow-hidden hover:bg-gray-200 pt-12"
@ -20,7 +20,7 @@
</a>
</div>
{% for id, category in catalog['categories'].items() %}
<div class="text-center border rounded-lg h-32">
<div class="text-center border rounded-lg h-32 mx-3 sm:mx-0">
<a
href="{{ url_for('browse_catalog', category=id) }}"
class="h-full relative block overflow-hidden hover:bg-gray-200 pt-10"