Align register form spacing to pattern

This commit is contained in:
2026-06-10 17:27:10 +02:00
parent 12766755cf
commit b92c36fe84
2 changed files with 34 additions and 40 deletions
-2
View File
@@ -49,7 +49,6 @@
<div class="sg-card-segment sg-card-segment--body sg-object-card__content" data-pattern-part="object-card-content"> <div class="sg-card-segment sg-card-segment--body sg-object-card__content" data-pattern-part="object-card-content">
<p class="sg-body">Teste ValueStockFinder 7 Tage kostenlos und unverbindlich. Erhalte direkten Zugriff auf fundierte Aktienanalysen, klare Bewertungen und übersichtliche Entscheidungshilfen ohne Verpflichtung.</p> <p class="sg-body">Teste ValueStockFinder 7 Tage kostenlos und unverbindlich. Erhalte direkten Zugriff auf fundierte Aktienanalysen, klare Bewertungen und übersichtliche Entscheidungshilfen ohne Verpflichtung.</p>
</div> </div>
<footer class="sg-card-segment sg-card-segment--gray sg-vsf-register-step-1__form-segment" aria-label="Registrierungsformular">
<div class="sg-form-sections-card-wrapper" data-pattern="form-sections" aria-label="Formular mit Abschnitten"> <div class="sg-form-sections-card-wrapper" data-pattern="form-sections" aria-label="Formular mit Abschnitten">
<form class="sg-form-sections-card" action="#" method="post"> <form class="sg-form-sections-card" action="#" method="post">
<div class="sg-form-sections-card__body" data-pattern-part="form-body"> <div class="sg-form-sections-card__body" data-pattern-part="form-body">
@@ -88,7 +87,6 @@
</footer> </footer>
</form> </form>
</div> </div>
</footer>
</article> </article>
</main> </main>
@@ -20,7 +20,3 @@
max-width: var(--layout-object-card-max-width); max-width: var(--layout-object-card-max-width);
margin: 0 auto; margin: 0 auto;
} }
.sg-vsf-register-step-1__form-segment {
padding: 0;
}