Skip to content

Commit 77e2501

Browse files
committed
Style adjustments based on new content
1 parent 3910423 commit 77e2501

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

frontend/src/About.tsx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ import BackLink from "./shared/components/BackLink";
22

33
export default function About() {
44
return (
5-
<div className="flex items-center pt-16 sm:mt-26 sm:pt-0">
6-
<div className="relative max-w-2xl m-auto p-8 bg-[#F4F4F2] rounded-lg shadow-md">
5+
<div className="flex items-center my-16 mb-0 sm:mt-26 sm:mb-10">
6+
<div className="relative max-w-2xl m-auto p-8 bg-[#F4F4F2] rounded-none sm:rounded-lg shadow-md">
77
<BackLink />
8-
<p className="mb-6 text-gray-700">
8+
<p className="my-6">
99
<strong>Tenant First Aid</strong> is an AI-powered chatbot designed to
1010
help Oregon tenants navigate housing and eviction issues. It is a
1111
volunteer-built program by{" "}
@@ -29,33 +29,33 @@ export default function About() {
2929
essential legal info they need to understand an eviction notice, respond
3030
on time, and avoid mistakes that could cost them their home.
3131
</p>
32-
<h2 className="text-2xl font-semibold mt-6 mb-2 text-gray-800">
32+
<h2 className="text-2xl font-semibold mt-6 mb-2">
3333
Contact:
3434
</h2>
3535
<p>Michael Zhang</p>
3636
<p>Attorney, licensed in Oregon and Washington</p>
3737
38-
<h2 className="text-2xl font-semibold mt-6 mb-2 text-gray-800">
38+
<h2 className="text-2xl font-semibold mt-6 mb-2">
3939
Features
4040
</h2>
41-
<ul className="list-disc list-inside mb-6 text-gray-700">
41+
<ul className="list-disc list-inside">
4242
<li>Instant answers to common rental questions</li>
4343
<li>Guidance on tenant rights and landlord obligations</li>
4444
<li>Easy-to-use chat interface</li>
4545
<li>Available 24/7</li>
4646
</ul>
47-
<h2 className="text-2xl font-semibold mt-6 mb-2 text-gray-800">
47+
<h2 className="text-2xl font-semibold mt-6 mb-2">
4848
How It Works
4949
</h2>
50-
<p className="mb-6 text-gray-700">
50+
<p className="mb-6">
5151
Simply type your question or describe your situation, and Tenant First
5252
Aid will provide helpful information or direct you to relevant
5353
resources.
5454
</p>
55-
<h2 className="text-2xl font-semibold mt-6 mb-2 text-gray-800">
55+
<h2 className="text-2xl font-semibold mt-6 mb-2">
5656
Quick Facts:
5757
</h2>
58-
<ul className="list-disc list-inside mb-6 text-gray-700">
58+
<ul className="list-disc list-inside mb-6">
5959
<li>Uses openAI ChatGPT o3 model</li>
6060
<li>
6161
Reference library:

0 commit comments

Comments
 (0)