From a1046a7e6f5b74690e76e085d7f80ab8fa22a450 Mon Sep 17 00:00:00 2001 From: Thomas Date: Mon, 29 Jan 2024 11:45:05 +0100 Subject: [PATCH] Merge pull request #16766 from overleaf/mf-reduce-rocket-sticker-size-mobile Reduce rocket sticker size on mobile to 70% GitOrigin-RevId: 34e2ef290399ad284af0a85b480b884cd49d92de --- services/web/frontend/stylesheets/app/homepage.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/frontend/stylesheets/app/homepage.less b/services/web/frontend/stylesheets/app/homepage.less index f2e6b30c1c..c79c4db070 100644 --- a/services/web/frontend/stylesheets/app/homepage.less +++ b/services/web/frontend/stylesheets/app/homepage.less @@ -589,7 +589,7 @@ } @media (max-width: @screen-sm-max) { - height: 100px; + height: 70px; right: 0; bottom: unset; top: -79px;