From 7131a3522d05ad38e250352600b5bf38175db0cc Mon Sep 17 00:00:00 2001 From: Markus Graf Date: Sun, 29 Mar 2026 21:00:01 +0200 Subject: [PATCH] fix: align continue button height with mute button (bottom: 70px) Co-Authored-By: Claude Opus 4.6 (1M context) --- src/styles/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/main.css b/src/styles/main.css index a4a7a2a..63ee062 100644 --- a/src/styles/main.css +++ b/src/styles/main.css @@ -252,7 +252,7 @@ h3 { .forest__continue-btn { position: sticky; - bottom: 1rem; + bottom: 70px; padding: 1rem 3rem; border-radius: 12px; background: var(--accent-green);