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
This commit is contained in:
M Fahru
2024-12-13 08:17:33 -07:00
committed by Copybot
parent d238e509c1
commit c25ee1d786

View File

@@ -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;