Match list description spacing to company-card moat gap

This commit is contained in:
2026-05-28 09:13:33 +02:00
parent c6917f8b02
commit 6c9edf3942
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -222,7 +222,7 @@
</div>
</div>
</div>
<p class="sg-body sg-company-card__summary">BESCHREIBUNG LISTE</p>
<p class="sg-body sg-company-card__summary sg-vsf-list-card__summary">BESCHREIBUNG LISTE</p>
</div>
</article>
</div>
+4
View File
@@ -10,3 +10,7 @@
margin: 0 0 var(--space-16) 0;
color: var(--text-vsf-list-card-limit-note);
}
#layout-vsf-list-card .sg-vsf-list-card__summary {
margin: var(--layout-company-card-analysis-gap-after-moat) 0 0 0;
}