Skip to content

Commit 75a4c5c

Browse files
feat: Terms page line styling fixed some padding added (#359)
Co-authored-by: Sanchit Bajaj <55249639+Sanchitbajaj02@users.noreply.github.com>
1 parent 7ca6e49 commit 75a4c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/(support)/terms/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default async function Terms() {
1616
updatedDate="2024-02-26"
1717
effectiveDate="2024-02-26"
1818
/>
19-
<section>
19+
<section className="sm:px-0 px-5 wrap">
2020
<h2 className="text-2xl my-4 font-semibold tracking-wide">Welcome to Palettegram!</h2>
2121

2222
<p className="text-base my-1">

0 commit comments

Comments
 (0)