File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/grant-explorer/src/features/collections Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ export function CollectionDetails({
27
27
28
28
return (
29
29
< div className = "mt-16" >
30
- < div className = "flex flex-col gap-12" >
31
- < div className = "flex flex-col md:flex-row justify-between items-start md:items-center" >
30
+ < div className = "grid grid-cols-1 md:grid-cols-4 gap-12" >
31
+ < div className = "col-span-1 md:col-span-4 flex flex-col md:flex-row justify-between items-start md:items-center" >
32
32
< h3 className = "text-4xl font-medium" >
33
33
{ `${ collection . name ?? defaultCollectionName } (${ projectsInView } )` }
34
34
</ h3 >
@@ -41,7 +41,7 @@ export function CollectionDetails({
41
41
/>
42
42
</ div >
43
43
</ div >
44
- < div className = "text-lg flex-1 whitespace-pre-wrap" >
44
+ < div className = "col-span-1 md:col-span-3 text-lg flex-1 whitespace-pre-wrap" >
45
45
{ description ?? collection . description }
46
46
</ div >
47
47
</ div >
You can’t perform that action at this time.
0 commit comments