Skip to content

Commit 11fcd2c

Browse files
committed
fixed footer format
1 parent 1ad817b commit 11fcd2c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/page.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ export default function Home() {
1010
<HeroSection />
1111
<ModuleGrid />
1212
</main>
13-
<footer className="py-6 md:px-8 md:py-0">
14-
<div className="container flex flex-col items-center justify-center gap-2 md:h-24">
15-
<p className="text-center text-sm leading-loose text-muted-foreground">
13+
<footer className="py-6 md:px-8 md:py-0 w-full">
14+
<div className="container flex flex-col items-center justify-center gap-2 md:h-24 px-4 text-center">
15+
<p className="text-sm leading-loose text-muted-foreground break-words w-full max-w-screen-lg">
1616
Team: <span className="font-bold text-foreground">Danny Wang</span><sup>*</sup>, Yadan Luo<sup></sup>, Zhuoxiao Chen, Yan Jiang, Xiangyu Sun, Xuwei Xu, Fengyi Zhang, Zhizhen Zhang.
1717
</p>
18-
<p className="text-center text-xs text-muted-foreground">
18+
<p className="text-xs text-muted-foreground">
1919
* Author, † Coordinator.
2020
</p>
2121
</div>

0 commit comments

Comments
 (0)