max-w-full pt2
This commit is contained in:
parent
e560ac90ac
commit
e83783a1c7
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ const TermsOfService = () => {
|
||||||
id="tos"
|
id="tos"
|
||||||
className="wrapper container py-24 md:py-28 gap-4 flex flex-col"
|
className="wrapper container py-24 md:py-28 gap-4 flex flex-col"
|
||||||
>
|
>
|
||||||
<div className="prose prose-lg dark:prose-invert">
|
<div className="prose max-w-full prose-lg dark:prose-invert">
|
||||||
<ReactMarkdown>{TERMS_AND_CONDITIONS}</ReactMarkdown>
|
<ReactMarkdown>{TERMS_AND_CONDITIONS}</ReactMarkdown>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
Loading…
Reference in a new issue