diff --git a/components/cards-public-page.html b/components/cards-public-page.html index d65fb78..16e007f 100644 --- a/components/cards-public-page.html +++ b/components/cards-public-page.html @@ -10,7 +10,7 @@

Components – Cards Public Page

-
+

Component: Content Wrapper Card

diff --git a/styles/40-components-cards.css b/styles/40-components-cards.css index 82e3bf0..a4c568d 100644 --- a/styles/40-components-cards.css +++ b/styles/40-components-cards.css @@ -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;