From c25ee1d786765a33efb68882a4dd2a63ed2d975d Mon Sep 17 00:00:00 2001 From: M Fahru Date: Fri, 13 Dec 2024 08:17:33 -0700 Subject: [PATCH] Merge pull request #22464 from overleaf/mf-add-padding-bottom-login-container [web] BS5 login page - Add sufficient spacing to prevent cookie banner from covering the bottom text on mobile GitOrigin-RevId: e5024cf124387b2670211cee8d28ef5e6b4fc85f --- services/web/frontend/stylesheets/bootstrap-5/pages/login.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/services/web/frontend/stylesheets/bootstrap-5/pages/login.scss b/services/web/frontend/stylesheets/bootstrap-5/pages/login.scss index 6da10bf0fe..9d8294ba4c 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/login.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/login.scss @@ -3,6 +3,7 @@ margin: 0 auto; padding-top: var(--spacing-11); text-align: center; + padding-bottom: 125px; // to prevent cookie banner from covering the bottom text of the page on mobile h1 { margin-bottom: 0;