mirror of
https://github.com/moghtech/komodo.git
synced 2026-09-11 16:01:27 +00:00
fix resources page responsive
This commit is contained in:
@@ -40,7 +40,7 @@ export const Resources = () => {
|
||||
<div
|
||||
className={cn(
|
||||
"grid gap-4",
|
||||
view === "cards" ? "grid-cols-3" : "items-center"
|
||||
view === "cards" ? "md:grid-cols-2 lg:grid-cols-3" : "items-center"
|
||||
)}
|
||||
>
|
||||
{list?.map(({ id }) =>
|
||||
|
||||
Reference in New Issue
Block a user