list style - disc
This commit is contained in:
parent
307d6b0541
commit
e560ac90ac
2 changed files with 1 additions and 2 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 max-w-full prose-lg dark:prose-invert">
|
<div className="prose prose-lg dark:prose-invert">
|
||||||
<ReactMarkdown>{TERMS_AND_CONDITIONS}</ReactMarkdown>
|
<ReactMarkdown>{TERMS_AND_CONDITIONS}</ReactMarkdown>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
@ -15,7 +15,6 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
list-style: none;
|
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
scroll-behavior: smooth;
|
scroll-behavior: smooth;
|
||||||
|
|
Loading…
Reference in a new issue