Adjust sticky footer CSS

This commit is contained in:
Kalle 2026-03-12 20:50:50 +02:00
parent e78e6142e0
commit 7bb07cbe68

View File

@ -613,3 +613,9 @@
.top-leaderboard iframe {
margin: 0 auto;
}
@media screen and (max-width: 599px) {
.publift-widget-sticky_footer-container {
bottom: 55px !important;
}
}