From 7bb07cbe68c8e5d5d54d01bec9f7c6f6a252a446 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Thu, 12 Mar 2026 20:50:50 +0200 Subject: [PATCH] Adjust sticky footer CSS --- app/styles/common.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/styles/common.css b/app/styles/common.css index 0b8fcaec1..28fbde69c 100644 --- a/app/styles/common.css +++ b/app/styles/common.css @@ -613,3 +613,9 @@ .top-leaderboard iframe { margin: 0 auto; } + +@media screen and (max-width: 599px) { + .publift-widget-sticky_footer-container { + bottom: 55px !important; + } +}