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; + } +}