File tree Expand file tree Collapse file tree 4 files changed +837
-7
lines changed Expand file tree Collapse file tree 4 files changed +837
-7
lines changed Original file line number Diff line number Diff line change @@ -82,8 +82,8 @@ export default function Home() {
8282
8383 < div className = "p-4" >
8484 < h1 className = { title ( ) } > Vision</ h1 >
85- < div className = "grid grid-cols-4 grid-rows-1 " >
86- < div className = "col-span-2 px-8 " >
85+ < div className = "flex " >
86+ < div className = "px-1 w-[520px] " >
8787 < p className = "my-4" >
8888 We are a group of data-driven machine learning enthusiasts who are
8989 primarily interested in building unified approaches to integrate
@@ -104,14 +104,11 @@ export default function Home() {
104104 </ p >
105105 </ div >
106106
107- < div className = "relative col-span-2 " >
107+ < div className = "relative flex-1 " >
108108 < Image
109109 fill
110110 alt = "word cloud"
111- src = "/word_cloud.png"
112- style = { {
113- objectFit : "cover" ,
114- } }
111+ src = "/wordcloud.svg"
115112 />
116113 </ div >
117114 </ div >
You can’t perform that action at this time.
0 commit comments