File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
web/src/routes/(user)/explore Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 52
52
draggable ="false" >{$t (' view_all' )}</a
53
53
>
54
54
</div >
55
- <SingleGridRow class =" grid md:grid-auto-fill-28 grid-auto-fill-20 gap-x-4" >
55
+ <SingleGridRow class =" grid grid-flow-col md:grid-auto-fill-28 grid-auto-fill-20 gap-x-4" >
56
56
{#snippet children ({ itemCount })}
57
57
{#each people .slice (0 , itemCount ) as person (person .id )}
58
58
<a href =" {AppRoute .PEOPLE }/ {person .id }" class =" text-center relative" >
86
86
draggable ="false" >{$t (' view_all' )}</a
87
87
>
88
88
</div >
89
- <SingleGridRow class =" grid md:grid-auto-fill-36 grid-auto-fill-28 gap-x-4" >
89
+ <SingleGridRow class =" grid grid-flow-col md:grid-auto-fill-36 grid-auto-fill-28 gap-x-4" >
90
90
{#snippet children ({ itemCount })}
91
91
{#each places .slice (0 , itemCount ) as item (item .data .id )}
92
92
<a
You can’t perform that action at this time.
0 commit comments