mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02: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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user