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() {
82
82
83
83
< div className = "p-4" >
84
84
< 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] " >
87
87
< p className = "my-4" >
88
88
We are a group of data-driven machine learning enthusiasts who are
89
89
primarily interested in building unified approaches to integrate
@@ -104,14 +104,11 @@ export default function Home() {
104
104
</ p >
105
105
</ div >
106
106
107
- < div className = "relative col-span-2 " >
107
+ < div className = "relative flex-1 " >
108
108
< Image
109
109
fill
110
110
alt = "word cloud"
111
- src = "/word_cloud.png"
112
- style = { {
113
- objectFit : "cover" ,
114
- } }
111
+ src = "/wordcloud.svg"
115
112
/>
116
113
</ div >
117
114
</ div >
You can’t perform that action at this time.
0 commit comments