Merge pull request #17371 from overleaf/rh-cookie-banner-padding

Add padding to avoid unreadable content with cookie banner visible

GitOrigin-RevId: 9c298cdcdfe8f4a5e669b5957b169329683529e8
This commit is contained in:
roo hutton
2024-03-05 11:16:01 +00:00
committed by Copybot
parent 8697f5b281
commit c0953e80fc

View File

@@ -12,6 +12,7 @@
.login-register-container {
max-width: 400px;
margin: 0 auto;
padding-bottom: @line-height-computed * 5;
}
.login-register-header {
padding-top: @line-height-computed;