Show two covers side by side on mobile
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
@php
|
||||
$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 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
|
||||
$limit = 24;
|
||||
|
||||
Reference in New Issue
Block a user