diff --git a/contents/product/session-recording.mdx b/contents/product/session-recording.mdx
index f4c114a59..9214f9742 100644
--- a/contents/product/session-recording.mdx
+++ b/contents/product/session-recording.mdx
@@ -35,6 +35,145 @@ documentation: /docs/user-guides/recordings
Swipe right to compare.
+ +| + | Hotjar | +Logrocket | +Matomo | +PostHog | +
| Platform | ++ | + | + | + |
| Free plan | +✔ | +✔ | +✔ | +✔ | +
| Open source | +✖ | +✖ | +✔ | +✔ | +
| Self-hostable | +✖ | +✔ | +✔ | +✔ | +
| Cloud hosting | +✔ | +✔ | +✔ | +✔ | +
| Product analytics suite | +✖ | +✔ | +✔ | +✔ | +
| Session Recording | ++ | + | + | + |
| Single-page app support | +✔ | +✔ | +✔ | +✔ | +
| Mobile app recordings | +✖ | +✔ | +✖ | +✖ | +
| Identity detection | +✖ | +✔ | +✔ | +✔ | +
| Target recordings by URL | +✔ | +✔ | +✔ | +✔ | +
| Target by sample size | +✔ | +✖ | +✔ | +✔ | +
| Filter recordings by user or event | +✔ | +✔ | +✔ | +✔ | +
| Rage-click detection | +✔ | +✔ | +✖ | +✔ | +
| Privacy masking for sensitive content | +✔ | +✔ | +✔ | +✔ | +
| Export recordings | +✔ | +✖ | +✔ | +✖ | +
| Retention policy for recordings | +1 year | +1 month | +24 months | +PostHog Cloud: 3 weeks Self-hosted: No limit |
+
( <> +
Ready to find out more?
+@@ -12,5 +13,6 @@ export const ArrayCTA = () => ( Schedule a demo
> ) diff --git a/src/components/Layout/Layout.scss b/src/components/Layout/Layout.scss index 0d06478ec..8c60b9282 100644 --- a/src/components/Layout/Layout.scss +++ b/src/components/Layout/Layout.scss @@ -600,8 +600,6 @@ th { -moz-font-feature-settings: 'tnum'; -ms-font-feature-settings: 'tnum'; -webkit-font-feature-settings: 'tnum'; - padding-left: 0.96667rem; - padding-right: 0.96667rem; padding-top: 0.5rem; padding-bottom: calc(0.5rem - 1px); } diff --git a/tailwind.config.js b/tailwind.config.js index 8329097f0..3b0b7a073 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -31,6 +31,8 @@ module.exports = { 'max-w-4xl', 'max-w-5xl', 'w-full', + 'w-2/12', + 'w-4/12', 'w-56', 'w-64', 'w-72', @@ -42,6 +44,7 @@ module.exports = { 'opacity-100', 'border-opacity-75', 'border-opacity-100', + 'text-green', ], }, }, @@ -54,6 +57,7 @@ module.exports = { blue: '#1D4AFF', yellow: '#F7A501', red: '#F54E00', + green: '#6AA84F', primary: '#151515', 'gray-accent': '#D0D1C9', 'gray-accent-dark': '#2C2C2C', @@ -173,6 +177,7 @@ module.exports = { 'dashed-line-dark': '#4b4b4b', 'dashed-line-light': '#D0D1C9', blue: '#1D4AFF', + green: '#6AA84F', }, minHeight: { 780: '780px',