From 15b69d7e425ba903e3958fda5b92678c66a59f9c Mon Sep 17 00:00:00 2001 From: Eugene Fox Date: Wed, 21 Aug 2024 00:25:00 +0000 Subject: [PATCH] style: minor styling updates --- app/attribution/page.module.scss | 10 ++++++++++ public/clarity.js | 14 ++++++++------ 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/app/attribution/page.module.scss b/app/attribution/page.module.scss index 84f8da7..d6f22da 100644 --- a/app/attribution/page.module.scss +++ b/app/attribution/page.module.scss @@ -34,6 +34,16 @@ } } + article + { + gap: $spacingXL; + + section > *:not(h2, ul) + { + padding: 0 $spacingM; + } + } + .buttonRow { @include flex(row, wrap); diff --git a/public/clarity.js b/public/clarity.js index 5b662d1..3136fd1 100644 --- a/public/clarity.js +++ b/public/clarity.js @@ -9,12 +9,14 @@ * Original code snippet: * * + * (function(c,l,a,r,i,t,y){ + * c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)}; + * t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i; + * y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y); + * })(window, document, "clarity", "script", "[redacted_clarity_id]"); + * + * + * All Clarity tracking code is available on https://github.com/microsoft/clarity */ // If you want to setup Clarity analytics as well, you'll need to specify the ID in .env file,