diff --git a/public/assets/styles/style.css b/public/assets/styles/style.css index f52d20e..53c381f 100644 --- a/public/assets/styles/style.css +++ b/public/assets/styles/style.css @@ -603,6 +603,21 @@ video { margin-right: auto; } +.my-10 { + margin-top: 2.5rem; + margin-bottom: 2.5rem; +} + +.my-4 { + margin-top: 1rem; + margin-bottom: 1rem; +} + +.my-8 { + margin-top: 2rem; + margin-bottom: 2rem; +} + .mb-2 { margin-bottom: 0.5rem; } @@ -941,6 +956,11 @@ video { color: rgb(220 38 38 / var(--tw-text-opacity)); } +.text-slate-800 { + --tw-text-opacity: 1; + color: rgb(30 41 59 / var(--tw-text-opacity)); +} + .text-white { --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity)); diff --git a/src/demos/chips/analytics-first-party.ejs b/src/demos/chips/analytics-first-party.ejs index 7224e4c..f72b22b 100644 --- a/src/demos/chips/analytics-first-party.ejs +++ b/src/demos/chips/analytics-first-party.ejs @@ -2,17 +2,19 @@

<%= title %>

-

Track user interactions using the analytics code provided below:

- -
- - +
+

Track user interactions using the analytics code provided below:

+ +
+ + +
+
-
<%- include(commonPath + '/footer.ejs') %> diff --git a/src/demos/chips/analytics-third-party.ejs b/src/demos/chips/analytics-third-party.ejs index d1acdbb..90090be 100644 --- a/src/demos/chips/analytics-third-party.ejs +++ b/src/demos/chips/analytics-third-party.ejs @@ -2,17 +2,19 @@

<%= title %>

-

Track user interactions using the analytics code provided below:

- -
- - +
+

Track user interactions using the analytics code provided below:

+ +
+ + +
+
-
<%- include(commonPath + '/footer.ejs') %> diff --git a/src/demos/chips/index.ejs b/src/demos/chips/index.ejs index 6486a6f..fe48fcd 100644 --- a/src/demos/chips/index.ejs +++ b/src/demos/chips/index.ejs @@ -2,16 +2,18 @@

CHIPS

-

Cookies Having Independent Partitioned State

- diff --git a/src/scenarios/analytics/index.ejs b/src/scenarios/analytics/index.ejs index 7fee7d7..c83a178 100644 --- a/src/scenarios/analytics/index.ejs +++ b/src/scenarios/analytics/index.ejs @@ -1,15 +1,18 @@ <%- include(commonPath + '/header.ejs') %> -
-

Analytics

-

Here is a button that track clicks using third-party analytics service, check if it works.

- -
- +
+

Analytics

+ +
+

Here is a button that tracks clicks using a third-party analytics service; check if it works.

+ +
+ +
+
+
-
-
<%- include(commonPath + '/footer.ejs') %> diff --git a/src/scenarios/ecommerce/index.ejs b/src/scenarios/ecommerce/index.ejs index e72ec26..70465ac 100644 --- a/src/scenarios/ecommerce/index.ejs +++ b/src/scenarios/ecommerce/index.ejs @@ -4,7 +4,7 @@

E-Commerce

Here is an embedded Third-Party e-commerce site, check if you can add products to cart.

- +