From bb05026061241916a0abb1bf7f9322d41987c60f Mon Sep 17 00:00:00 2001 From: "Adam H. Sparks" Date: Wed, 7 Aug 2024 11:46:03 +0800 Subject: [PATCH] Adjust the bottom strip a bit more for text overlap --- _extensions/aagi/aagi.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_extensions/aagi/aagi.scss b/_extensions/aagi/aagi.scss index c50a765..4393431 100644 --- a/_extensions/aagi/aagi.scss +++ b/_extensions/aagi/aagi.scss @@ -67,7 +67,7 @@ $font-family-monospace: "Fira Code"; padding-bottom: 12px; padding-top: 12px; margin-bottom: 5px; - bottom: 6% !important; // Makes footer div flush with bottom of slide + bottom: 5% !important; // Makes footer div flush with bottom of slide z-index: -99 !important; // Sets the footer div further down the z-index }