Revert "Simplify CTA right public page layout"

This reverts commit 82b9a616c5.
This commit is contained in:
2026-06-24 09:21:39 +02:00
parent a9953a0f33
commit 58a92bcc4b
2 changed files with 30 additions and 16 deletions
+11 -1
View File
@@ -230,12 +230,23 @@
margin: 0 0 var(--spacing-large) 0;
}
.sg-page-cards-public-page {
overflow-x: hidden;
}
.sg-page-cards .sg-preview-area > .sg-card,
.sg-page-cards .sg-preview-area > .sg-transparent-card {
width: 100%;
max-width: none;
}
.sg-page-cards-public-page #component-content-wrapper-card {
width: 100%;
max-width: 100%;
box-sizing: border-box;
padding-inline: var(--spacing-small);
}
.sg-page-cards-public-page #component-content-wrapper-card > .sg-transparent-card {
width: 100%;
max-width: none;
@@ -245,7 +256,6 @@
.sg-page-cards-public-page .sg-cards-public-page__cta-right-card {
width: var(--layout-public-content-element-width);
max-width: none;
margin-top: var(--spacing-large);
margin-inline-start: auto;
}