From 45b83761dc74592f84cda555eb99ae1ce75d55fa Mon Sep 17 00:00:00 2001 From: Jonathan Miller <230051081+jmiller-moko@users.noreply.github.com> Date: Sat, 4 Apr 2026 16:43:43 -0500 Subject: [PATCH] Add 60px bottom padding to footer Co-Authored-By: Claude Opus 4.6 (1M context) --- src/media/css/template.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/media/css/template.css b/src/media/css/template.css index 5aaf9b5..3f3abd9 100644 --- a/src/media/css/template.css +++ b/src/media/css/template.css @@ -13992,6 +13992,7 @@ meter { background-color: var(--nav-bg-color); padding-left: 100px; padding-right: 60px; + padding-bottom: 60px; } /* Increase footer right padding when floating controls are present */