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:
Davinder Singh 2024-05-15 09:50:50 +01:00 committed by Copybot
parent 424348724d
commit 37bf30be2c

View file

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