Show two covers side by side on mobile

This commit is contained in:
2026-05-26 16:14:29 +02:00
parent 81639aaabf
commit 57d1ec34c3
@@ -6,7 +6,7 @@
@php @php
$gridClasses = $isThumbnail $gridClasses = $isThumbnail
? 'grid-cols-1 sm:grid-cols-2 lg:grid-cols-2 xl:grid-cols-3 2xl:grid-cols-4' ? 'grid-cols-1 sm:grid-cols-2 lg:grid-cols-2 xl:grid-cols-3 2xl:grid-cols-4'
: 'grid-cols-1 sm:grid-cols-2 md:grid-cols-3 xl:grid-cols-4 2xl:grid-cols-6 3xl:grid-cols-7'; : 'grid-cols-2 sm:grid-cols-2 md:grid-cols-3 xl:grid-cols-4 2xl:grid-cols-6 3xl:grid-cols-7';
// Render enough items for largest possible layout // Render enough items for largest possible layout
$limit = 24; $limit = 24;