Center VSF register social links

This commit is contained in:
2026-06-10 17:59:52 +02:00
parent 283d295edc
commit 0ac500a889
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -91,7 +91,7 @@
</footer>
<footer class="sg-card-segment sg-card-segment--gray" aria-label="Registrieren mit">
<div class="sg-strong">Registrieren mit</div>
<div>
<div class="sg-vsf-register-step-1__social-links">
<a class="social-logo" href="#" aria-label="Mit Google fortfahren" data-idp="google">
<span class="kcLogoIdP-google" aria-hidden="true"></span>
</a>
@@ -20,3 +20,10 @@
max-width: var(--layout-object-card-max-width);
margin: 0 auto;
}
.sg-vsf-register-step-1__social-links {
display: flex;
justify-content: center;
gap: var(--spacing-large);
margin-top: var(--spacing-large);
}