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,