Make register step spacing responsive
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
.sg-vsf-register-step-1 {
|
||||
display: block;
|
||||
margin-top: 100px;
|
||||
margin-top: clamp(32px, 6vw, 100px);
|
||||
padding: 0 var(--layout-page-content-inset-inline);
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user