File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
app/[locale]/(user)/collaboratives Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ const CollaborativesListingClient = () => {
143143 < div className = "w-full" >
144144 < div className = " bg-primaryBlue" >
145145 < div className = " container flex flex-col-reverse items-center gap-8 py-10 lg:flex-row " >
146- < div className = "flex flex-col gap-5 " >
146+ < div className = "flex flex-col gap-5 lg:w-1/2 " >
147147 < Text
148148 variant = "heading2xl"
149149 fontWeight = "bold"
@@ -162,13 +162,13 @@ const CollaborativesListingClient = () => {
162162 most pressing concerns from hyper-local to the global level simultaneously.
163163 </ Text >
164164 </ div >
165- < div className = "flex items-center justify-center gap-2 px-3 " >
165+ < div className = "flex w-full items-center justify-center lg:w-1/2 " >
166166 < Image
167167 src = { '/collaborative.png' }
168168 alt = { 'collaborative' }
169- width = { 600 }
170- height = { 316 }
171- className = "m-auto h-auto w-full"
169+ width = { 1700 }
170+ height = { 800 }
171+ className = "h-auto w-full object-contain "
172172 />
173173 </ div >
174174 </ div >
You can’t perform that action at this time.
0 commit comments