Skip to content

Commit 634d007

Browse files
committed
.
1 parent bfdc75b commit 634d007

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/(project)/FreeTacMan/page.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,13 @@ export default function Home() {
7676
return (
7777
<main className="w-full">
7878
{/* Landing Section with Gray Background */}
79-
<div className="m-20 flex flex-col rounded-sm items-center px-6 bg-[#eaeaea]">
79+
<div className="lg:m-20 flex flex-col rounded-sm items-center px-6 bg-[#eaeaea]">
8080
<div className="flex flex-col py-20 gap-6 w-full h-full max-w-[1792px] justify-around items-center">
8181
<div className="color-text-1">
82-
<h1 className="text-8xl lg:text-8xl font-bold text-center">
82+
<h1 className="text-t0 font-bold text-center">
8383
FreeTacMan
8484
</h1>
85-
<h1 className="text-3xl lg:text-3xl font-bold text-center">
85+
<h1 className="text-2xl lg:text-3xl font-bold text-center">
8686
Robot-free Visuo-Tactile Data Collection System<br></br>for
8787
Contact-rich Manipulation
8888
</h1>
@@ -120,7 +120,7 @@ export default function Home() {
120120
{/* Main Content Section with Table of Contents */}
121121
<div className="flex w-full">
122122
{/* Mobile Navigation */}
123-
<MobileNav />
123+
{/* <MobileNav /> */}
124124

125125
{/* Main Content */}
126126
<div className="flex-1 w-full flex flex-col">

0 commit comments

Comments
 (0)