We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7755c5 commit dd191b3Copy full SHA for dd191b3
src/components/ResourcesBySelector.tsx
@@ -81,7 +81,7 @@ export default function ResourcesBySelector({
81
)}
82
83
<div
84
- className={`grid ${columns === 2 ? "grid-cols-2" : "grid-cols-3"} gap-4`}
+ className={`grid ${columns === 2 ? "md:grid-cols-2" : "md:grid-cols-3"} grid-cols-1 gap-4`}
85
>
86
{visibleResources.map((page) => {
87
const href =
0 commit comments