From 23924dd74b29e653a0fe31dd27aeaf0c8dc587ae Mon Sep 17 00:00:00 2001 From: Govard Barkhatov Date: Wed, 21 Aug 2024 11:39:21 +0200 Subject: [PATCH] alpha capital --- src/app/components/Modals/Privacy/data/privacy.tsx | 2 +- src/app/styles/terms-privacy.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/components/Modals/Privacy/data/privacy.tsx b/src/app/components/Modals/Privacy/data/privacy.tsx index 41265140..17f3353e 100644 --- a/src/app/components/Modals/Privacy/data/privacy.tsx +++ b/src/app/components/Modals/Privacy/data/privacy.tsx @@ -33,7 +33,7 @@ export const Privacy = () => {

Personal Information We Collect


We may collect the following categories of personal information:

-
    +
    1. Information you provide to us. Personal information you may provide to us through the Service or otherwise includes: diff --git a/src/app/styles/terms-privacy.css b/src/app/styles/terms-privacy.css index 3ace0d82..394baf79 100644 --- a/src/app/styles/terms-privacy.css +++ b/src/app/styles/terms-privacy.css @@ -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; }