Pack category stats on same line on large screens

This commit is contained in:
Claudio Ortolina
2025-08-29 18:25:42 +03:00
parent 330ef1d9e8
commit 0824692cd8
@@ -18,6 +18,7 @@
</dl> </dl>
</div> </div>
<div class="grid lg:grid-cols-2 gap-x-5">
<div> <div>
<h1 class="mt-5 text-base lg:text-2xl text-zinc-900 dark:text-zinc-200 font-semibold"> <h1 class="mt-5 text-base lg:text-2xl text-zinc-900 dark:text-zinc-200 font-semibold">
{gettext("Formats")} {gettext("Formats")}
@@ -39,6 +40,7 @@
category_path_fn={fn type -> ~p"/collection?query=type:#{type}" end} category_path_fn={fn type -> ~p"/collection?query=type:#{type}" end}
/> />
</div> </div>
</div>
<div> <div>
<div class="mt-5 grid grid-cols-1 lg:grid-cols-2 gap-5"> <div class="mt-5 grid grid-cols-1 lg:grid-cols-2 gap-5">