mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
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:
parent
09f1b68ed0
commit
9444372883
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue