1
0
mirror of https://github.com/XFox111/my-website.git synced 2026-04-22 07:28:01 +03:00

style: minor styling updates

This commit is contained in:
2024-08-21 00:25:00 +00:00
parent 416e862959
commit 15b69d7e42
2 changed files with 18 additions and 6 deletions
+10
View File
@@ -34,6 +34,16 @@
}
}
article
{
gap: $spacingXL;
section > *:not(h2, ul)
{
padding: 0 $spacingM;
}
}
.buttonRow
{
@include flex(row, wrap);
+8 -6
View File
@@ -9,12 +9,14 @@
* Original code snippet:
*
* <script type="text/javascript">
* (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]");
* </script>
* (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]");
* </script>
*
* 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,