Reduce register step card offset

This commit is contained in:
2026-06-10 14:11:28 +02:00
parent 97b6a4f692
commit 726c9e59f6
+4 -8
View File
@@ -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;
}