fix: align continue button height with mute button (bottom: 70px)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-29 21:00:01 +02:00
co-authored by Claude Opus 4.6
parent 486869b99b
commit 7131a3522d
+1 -1
View File
@@ -252,7 +252,7 @@ h3 {
.forest__continue-btn {
position: sticky;
bottom: 1rem;
bottom: 70px;
padding: 1rem 3rem;
border-radius: 12px;
background: var(--accent-green);