From b80e8510728b4fc605bd5f6b52d82d320acc2c1f Mon Sep 17 00:00:00 2001
From: Volpeon <git@volpeon.ink>
Date: Fri, 14 May 2021 21:18:14 +0200
Subject: Moved ASCII fox from page list header to general footer

---
 assets/css/layouts/_section.scss | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

(limited to 'assets/css/layouts')

diff --git a/assets/css/layouts/_section.scss b/assets/css/layouts/_section.scss
index 1a1bc0b..9dbe2be 100644
--- a/assets/css/layouts/_section.scss
+++ b/assets/css/layouts/_section.scss
@@ -24,10 +24,6 @@
 
         @include element('head') {
             display:        flex;
-            position:       sticky;
-            z-index:        9000;
-            top:            0;
-            left:           0;
             flex-direction: row;
             justify-self:   flex-start;
             font-size:      1 / 16 * 15em;
@@ -41,6 +37,13 @@
                 margin-left:  prop(--container --dims --pad-x, $global: true);
                 border-top:   1px solid prop(--colors --border);
             }
+
+            @include modifier('sticky') {
+                position: sticky;
+                z-index:  9000;
+                top:      0;
+                left:     0;
+            }
         }
     }
 }
-- 
cgit v1.2.3-70-g09d2