Skip to content

Commit 02041cc

Browse files
authored
Change support page style #87 (#90)
1 parent 9dcc47a commit 02041cc

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/3_widgets/support/ui/Support.tsx

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ export function Support() {
55
return (
66
<div className="flex flex-col items-center h-screen m-10">
77
<p className="text-3xl font-bold">Surcharges</p>
8-
<p className="mt-10">We are here for hearing from you.</p>
9-
<div className="flex">
10-
<p className="mr-1">Any kind of suggestion or inquery, click</p>
11-
<Link to="mailto:surcharges@bonsung.me" className="underline">Here</Link>
12-
<p className="ml-1">to mail us!</p>
8+
<div className="flex flex-col">
9+
<p className="mt-10 text-xl font-bold">We are here for hearing from you.</p>
10+
<div className="flex">
11+
<p className="mr-1 text-lg">For any suggestions or questions, click <Link to="mailto:surcharges@bonsung.me" className="underline">here</Link> to mail us!</p>
12+
<p className="ml-1"></p>
13+
</div>
1314
</div>
1415
<Footer />
1516
</div>

0 commit comments

Comments
 (0)