Skip to content

Commit 36bf7ad

Browse files
committed
Fix
1 parent b30af12 commit 36bf7ad

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

web/components/home/home.tsx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,11 @@ export function LoggedOutHome() {
7272
<AboutBox title="Built for Depth" text="Search and filter by values, interests, goals, and keywords — from “stoicism” to “sustainable living.” Surface the connections that truly matter."/>
7373
<AboutBox title="Community Owned & Open Source" text="Free forever. No ads, no subscriptions. Built by the people who use it, for the benefit of everyone."/>
7474
</div>
75-
<p>
76-
Compass is to human connection what Linux is to software, Wikipedia is to knowledge, and Firefox is to browsing — a public digital good designed to serve people, not profit.
77-
</p>
75+
<div className="mt-10 max-w-xl mx-auto">
76+
<p className="text-center">
77+
Compass is to human connection what Linux is to software, Wikipedia is to knowledge, and Firefox is to browsing — a public digital good designed to serve people, not profit.
78+
</p>
79+
</div>
7880
</div>
7981
</div>
8082
<div className="block lg:hidden h-12"></div>

0 commit comments

Comments
 (0)