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:
@@ -34,6 +34,16 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
article
|
||||||
|
{
|
||||||
|
gap: $spacingXL;
|
||||||
|
|
||||||
|
section > *:not(h2, ul)
|
||||||
|
{
|
||||||
|
padding: 0 $spacingM;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.buttonRow
|
.buttonRow
|
||||||
{
|
{
|
||||||
@include flex(row, wrap);
|
@include flex(row, wrap);
|
||||||
|
|||||||
+8
-6
@@ -9,12 +9,14 @@
|
|||||||
* Original code snippet:
|
* Original code snippet:
|
||||||
*
|
*
|
||||||
* <script type="text/javascript">
|
* <script type="text/javascript">
|
||||||
* (function(c,l,a,r,i,t,y){
|
* (function(c,l,a,r,i,t,y){
|
||||||
* c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
|
* 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;
|
* 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);
|
* y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
|
||||||
* })(window, document, "clarity", "script", "[redacted_clarity_id]");
|
* })(window, document, "clarity", "script", "[redacted_clarity_id]");
|
||||||
* </script>
|
* </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,
|
// If you want to setup Clarity analytics as well, you'll need to specify the ID in .env file,
|
||||||
|
|||||||
Reference in New Issue
Block a user