list style - disc

This commit is contained in:
Cypro Freelance 2024-07-01 14:29:16 +05:30
parent 307d6b0541
commit e560ac90ac
2 changed files with 1 additions and 2 deletions

View file

@ -7,7 +7,7 @@ const TermsOfService = () => {
id="tos"
className="wrapper container py-24 md:py-28 gap-4 flex flex-col"
>
<div className="prose max-w-full prose-lg dark:prose-invert">
<div className="prose prose-lg dark:prose-invert">
<ReactMarkdown>{TERMS_AND_CONDITIONS}</ReactMarkdown>
</div>
</section>

View file

@ -15,7 +15,6 @@ body {
}
* {
list-style: none;
padding: 0;
margin: 0;
scroll-behavior: smooth;