Try grid grid-cols-2 sm:grid-cols-1
Mar 12, 2021
6
Level 22
Re-order collection on mobile with CSS Grid and Tailwind
Hi!
Here's what I'm trying to achieve but I'm a bit lost.. I'm looping throug a Eloquent collection and then, in the blade view, construct my grid with TailwindCSS and the grid grid-cols-1 sm:grid-cols-1 layout.
But, on each "line", the two blocs are linked in desktop version but should be re-organized differently on mobile to keep this odd/even order. Is this behaviour possible only with the tailwind framework?
Any help would be appreciated :-)

Please or to participate in this conversation.