Skip to content

Commit

Permalink
alpha capital
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarkhatov committed Aug 21, 2024
1 parent 49629c8 commit 23924dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/Modals/Privacy/data/privacy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const Privacy = () => {
<h3>Personal Information We Collect</h3>
<br />
<p>We may collect the following categories of personal information:</p>
<ol>
<ol className="alpha-capital">
<li>
<strong>Information you provide to us.</strong> Personal information
you may provide to us through the Service or otherwise includes:
Expand Down
4 changes: 4 additions & 0 deletions src/app/styles/terms-privacy.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
list-style-type: lower-alpha;
}

.terms-privacy-container ol.alpha-capital > li {
list-style-type: upper-alpha;
}

.terms-privacy-container ul > li {
list-style-type: disc;
}
Expand Down

0 comments on commit 23924dd

Please sign in to comment.