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 09f1b68ed0
commit 9444372883

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;