Revert "Fix public cards wrapper full bleed"

This reverts commit 35fb5e60c8.
This commit is contained in:
2026-06-24 09:21:39 +02:00
parent 169038fd42
commit 69b190692c
2 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
<h1 class="sg-main-heading">Components Cards Public Page</h1>
<main aria-label="Cards Public Page">
<main aria-label="Cards Public Page" class="sg-cards-public-page__main">
<section id="component-content-wrapper-card">
<p class="sg-preview-label">Component: Content Wrapper Card</p>
+9 -4
View File
@@ -226,8 +226,17 @@
width: 100%;
}
.sg-page-cards-public-page {
padding: 0;
}
.sg-page-cards-public-page > .sg-main-heading {
margin: 0 0 var(--spacing-large) 0;
padding-inline: var(--spacing-small);
}
.sg-page-cards-public-page .sg-cards-public-page__main {
width: 100%;
}
.sg-page-cards .sg-preview-area > .sg-card,
@@ -236,10 +245,6 @@
max-width: none;
}
.sg-page-cards-public-page #component-content-wrapper-card {
margin-inline: calc(-1 * var(--spacing-small));
}
.sg-page-cards-public-page #component-content-wrapper-card > .sg-transparent-card {
width: 100%;
max-width: none;