Skip to content

Commit 3d6cb62

Browse files
committed
.
1 parent 446272b commit 3d6cb62

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

app/(project)/FreeTacMan/page.tsx

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ export default function Home() {
443443

444444
<div className="w-full pl-6 pr-6 flex flex-col items-center">
445445
<div className="w-full pl-6 pr-6 flex flex-col items-center">
446-
<div className="w-full flex flex-col items-center mt-20">
446+
<div className="w-full flex flex-col items-center mt-12">
447447
<div className="w-full max-w-4xl flex flex-row justify-between">
448448
<p className="text-base text-left w-full">
449449
We evaluate the effectiveness of FreeTacMan system and the
@@ -460,7 +460,7 @@ export default function Home() {
460460

461461
<div className="w-full pl-6 pr-6 flex flex-col items-center">
462462
<div className="w-full pl-6 pr-6 flex flex-col items-center">
463-
<div className="w-full max-w-7xl mt-20">
463+
<div className="w-full max-w-7xl mt-12">
464464
{/* <div className="bg-[#98AEF3] mt-20 p-10">
465465
<div className="flex w-full justify-center border-8 bg-[#eaeaea]">
466466
<span className="text-3xl font-bold text-center p-10 select-none">FreeTacMan</span>
@@ -582,7 +582,7 @@ export default function Home() {
582582

583583
{/* Policy Rollouts */}
584584
<div className="w-full pl-6 pr-6 flex flex-col items-center" id="policy-rollouts" >
585-
<div className="w-full flex flex-col items-center mt-16">
585+
<div className="w-full flex flex-col items-center mt-24">
586586
<div className="w-full max-w-4xl flex flex-row justify-between gap-20 items-center">
587587
<h2 className="text-3xl font-bold">
588588
<Link
@@ -619,7 +619,7 @@ export default function Home() {
619619

620620
<div className="w-full pl-6 pr-6 flex flex-col items-center">
621621
<div className="w-full pl-6 pr-6 flex flex-col items-center">
622-
<div className="w-full flex flex-col items-center mt-20">
622+
<div className="w-full flex flex-col items-center mt-12">
623623
<div className="w-full max-w-4xl flex flex-row justify-between">
624624
<p className="text-base text-left w-full">
625625
We integrate{" "}
@@ -644,8 +644,8 @@ export default function Home() {
644644

645645
<div className="w-full pl-6 pr-6 flex flex-col items-center">
646646
<div className="w-full pl-6 pr-6 flex flex-col items-center">
647-
<div className="w-full flex flex-col items-center mt-20">
648-
<div className="w-full flex justify-center mt-10">
647+
<div className="w-full flex flex-col items-center mt-6">
648+
<div className="w-full flex justify-center">
649649
<img
650650
src="https://opendrivelab.github.io/FreeTacMan/policy_rollouts/policy rollouts_results.png"
651651
alt="Policy Rollouts Results"
@@ -660,7 +660,7 @@ export default function Home() {
660660

661661

662662
<div className="w-full pl-6 pr-6 flex flex-col items-center">
663-
<div className="w-full max-w-4xl mt-20">
663+
<div className="w-full max-w-4xl mt-12">
664664
<Tabs
665665
defaultValue={policy_rollouts[0].id}
666666
className="flex flex-col w-full"
@@ -904,7 +904,7 @@ export default function Home() {
904904

905905

906906
<div className="w-full pl-6 pr-6 flex flex-col items-center">
907-
<Separator className="max-w-4xl mt-28" />
907+
<Separator className="max-w-4xl mt-24" />
908908
</div>
909909

910910

@@ -913,7 +913,7 @@ export default function Home() {
913913

914914
{/* User Study */}
915915
<div className="w-full pl-6 pr-6 flex flex-col items-center" id="user-study" >
916-
<div className="w-full flex flex-col items-center mt-16">
916+
<div className="w-full flex flex-col items-center mt-24">
917917
<div className="w-full max-w-4xl flex flex-row justify-between items-center gap-20">
918918
<h2 className="text-3xl font-bold">
919919
<Link
@@ -950,7 +950,7 @@ export default function Home() {
950950

951951
<div className="w-full pl-6 pr-6 flex flex-col items-center">
952952
<div className="w-full pl-6 pr-6 flex flex-col items-center">
953-
<div className="w-full flex flex-col items-center mt-20">
953+
<div className="w-full flex flex-col items-center mt-12">
954954
<div className="w-full max-w-4xl flex flex-row justify-between">
955955
<p className="text-base text-left w-full">
956956
We evaluate the usability of FreeTacMan through a user study
@@ -982,7 +982,7 @@ export default function Home() {
982982
className="max-w-7xl w-full rounded-xl"
983983
/>
984984
</div>
985-
<div className="w-full max-w-[1400px] px-20 3xl:px-64 mt-10 p-6 overflow-hidden">
985+
<div className="w-full max-w-[1400px] px-20 3xl:px-64 mt-10 overflow-hidden">
986986
<Carousel
987987
opts={{
988988
align: "start",

0 commit comments

Comments
 (0)