@@ -27,7 +27,7 @@ const { lastUpdated } = Astro.props;
2727 </p >
2828 {
2929 lastUpdated && (
30- <p class = " text-sm text-gray-500 dark:text-gray-400" >
30+ <p class = " text-normal text-gray-500 dark:text-gray-400" >
3131 Last updated: { lastUpdated }
3232 </p >
3333 )
@@ -42,26 +42,26 @@ const { lastUpdated } = Astro.props;
4242 <section id =" what-is-cookie" class =" scroll-mt-4" >
4343 <h4 >What is a Cookie</h4 >
4444 <div class =" space-y-2" >
45- <p class =" text-sm " >
45+ <p class =" text-normal " >
4646 Cookies are files with a small amount of data which may include an
4747 anonymous unique identifier. They are sent to your browser from a
4848 website and stored on your device. These small text files serve as a
4949 memory for websites, allowing them to:
5050 </p >
51- <ul class =" text-sm list-disc pl-6 space-y-1" >
51+ <ul class =" text-normal list-disc pl-6 space-y-1" >
5252 <li >Remember your login status and preferences</li >
5353 <li >Understand how you interact with the website</li >
5454 <li >
5555 Help provide you with a more personalized browsing experience
5656 </li >
5757 </ul >
58- <p class =" text-sm " >
58+ <p class =" text-normal " >
5959 When you visit a website, it may create a cookie and send it to your
6060 browser. Your browser then stores this cookie and sends it back to
6161 the website on subsequent visits. This process enables the website
6262 to recognize your device and remember your preferences over time.
6363 </p >
64- <p class =" text-sm " >
64+ <p class =" text-normal " >
6565 Cookies are typically set to expire after a specific period, which
6666 can range from a few minutes to several years. They can only be read
6767 by the website that created them or, in some cases, by third-party
@@ -72,7 +72,7 @@ const { lastUpdated } = Astro.props;
7272
7373 <section id =" how-we-use" class =" scroll-mt-4" >
7474 <h4 >How Openlane Uses Cookies</h4 >
75- <p class =" text-sm " >
75+ <p class =" text-normal " >
7676 Openlane uses cookies and similar technologies like local storage to
7777 track activity on our service and hold certain information.
7878 </p >
@@ -81,29 +81,33 @@ const { lastUpdated } = Astro.props;
8181 <section id =" cookie-types" class =" scroll-mt-4" >
8282 <h4 >Types of Cookies</h4 >
8383 <div class =" space-y-2" >
84- <p class =" text-sm " >
84+ <p class =" text-normal " >
8585 We distinguish between two different types of cookies:
8686 </p >
87- <li class =" text-sm" >
88- <b >Essential:</b > Cookies that are strictly necessary for basic website
89- or app functionality.
90- </li >
91- <li class =" text-sm" >
92- <b >Marketing:</b > Cookies that are used to identify users and collect
93- information about their behavior.
94- </li >
95- <p class =" text-sm font-bold" >Openlane only uses essential cookies.</p >
87+ <ul >
88+ <li >
89+ <b >Essential:</b > Cookies that are strictly necessary for basic website
90+ or app functionality.
91+ </li >
92+ <li >
93+ <b >Marketing:</b > Cookies that are used to identify users and collect
94+ information about their behavior.
95+ </li >
96+ </ul >
97+ <p class =" text-normal font-bold" >
98+ Openlane only uses essential cookies.
99+ </p >
96100 </div >
97101 </section >
98102
99103 <section id =" third-party" class =" scroll-mt-4" >
100104 <h4 >Third Party Cookies</h4 >
101105 <div class =" space-y-4" >
102- <p class =" text-sm " >
106+ <p class =" text-normal " >
103107 We use third-party payment provided by Stripe to process payments
104108 and prevent fraud.
105109 </p >
106- <p class =" text-sm " >
110+ <p class =" text-normal " >
107111 For more information, see the official{ " " }
108112 <a
109113 href =" https://stripe.com/cookie-settings"
0 commit comments