From db4304d163100e2ccb9b05ae6a627aab2f216b26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Wed, 24 Jun 2026 09:21:39 +0200 Subject: [PATCH] Revert "Fix public cards page full width layout" This reverts commit 5f585ff599799d7ae95efee03320fb6624bce17b. --- components/cards-public-page.html | 2 +- styles/40-components-cards.css | 17 ++++------------- 2 files changed, 5 insertions(+), 14 deletions(-) diff --git a/components/cards-public-page.html b/components/cards-public-page.html index 16e007f..d65fb78 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 a4c568d..f60fa6c 100644 --- a/styles/40-components-cards.css +++ b/styles/40-components-cards.css @@ -226,25 +226,16 @@ 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, .sg-page-cards .sg-preview-area > .sg-transparent-card { width: 100%; 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;