mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #18155 from overleaf/ds-fix-register-form-top-padding
Website redesign- Newly designed register page fixing top padding fix GitOrigin-RevId: 20277191b64ec20765e8d9e911be00b1dc535603
This commit is contained in:
parent
424348724d
commit
37bf30be2c
1 changed files with 1 additions and 2 deletions
|
@ -256,12 +256,11 @@
|
|||
height: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
padding-top: @line-height-computed * 7;
|
||||
padding-top: @line-height-computed * 2;
|
||||
background-color: @white;
|
||||
|
||||
@media (max-width: @screen-sm-max) {
|
||||
height: 100%;
|
||||
padding-top: @line-height-computed * 2;
|
||||
}
|
||||
|
||||
.login-register-card {
|
||||
|
|
Loading…
Reference in a new issue