Reduce register step card offset
This commit is contained in:
@@ -3,10 +3,9 @@
|
||||
/* ========================================================= */
|
||||
|
||||
.sg-vsf-register-step-1 {
|
||||
flex: 1;
|
||||
display: grid;
|
||||
place-items: center;
|
||||
padding: 1vh var(--layout-page-content-inset-inline) 0;
|
||||
display: block;
|
||||
margin-top: 100px;
|
||||
padding: 0 var(--layout-page-content-inset-inline);
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
@@ -19,8 +18,5 @@
|
||||
.sg-vsf-register-step-1__card {
|
||||
width: 100%;
|
||||
max-width: var(--layout-object-card-max-width);
|
||||
}
|
||||
|
||||
.sg-vsf-register-step-1-page .sg-portal-header-pattern-variant__next-element {
|
||||
margin-bottom: 100px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user