Skip to content

Commit 0d8bc66

Browse files
committed
update word cloud
1 parent c987cd2 commit 0d8bc66

File tree

4 files changed

+837
-7
lines changed

4 files changed

+837
-7
lines changed

app/page.tsx

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff 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>

public/word_cloud.png

-146 KB
Binary file not shown.

0 commit comments

Comments
 (0)