From efdb02732168ac11cf6a5f2a1f42ce4ea5f610ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Wed, 24 Jun 2026 14:43:30 +0200 Subject: [PATCH] Set public content width to full --- foundations.html | 2 +- styles/01-foundations.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/foundations.html b/foundations.html index a480191..15e8dc7 100644 --- a/foundations.html +++ b/foundations.html @@ -157,7 +157,7 @@ object-card-height600pxFixe Höhe der Object Card im Desktop-Layout (u. a. für Company Card). content-card-margin-top-desktop100pxOberer Außenabstand der Content Card auf Desktop. content-card-margin-top-mobile1remOberer Außenabstand der Content Card auf Mobile; entspricht spacing-large. - public-content-width80%Standardbreite für wiederverwendbare Public-Content-Wrapper innerhalb der durch das jeweilige Page-Layout begrenzten Breite. + public-content-width100%Standardbreite für wiederverwendbare Public-Content-Wrapper innerhalb der durch das jeweilige Page-Layout begrenzten Breite. object-group-card-min-width450pxMindestbreite der Group Card im Pattern Object Group Card. object-group-card-max-width650pxMaximale Breite der Group Card im Pattern Object Group Card. object-group-card-height700pxFixe Desktop-Höhe der Group Card im Pattern Object Group Card. diff --git a/styles/01-foundations.css b/styles/01-foundations.css index d670a7f..18ec76e 100644 --- a/styles/01-foundations.css +++ b/styles/01-foundations.css @@ -285,7 +285,7 @@ --dimension-input-field-desktop-width: 400px; --dimension-input-field-max-width: 600px; --dimension-search-field-width: 15.3rem; - --dimension-public-content-width: 80%; + --dimension-public-content-width: 100%; --dimension-layer-pulldown-panel: 40; --dimension-multiselect-pulldown-panel-desktop-width: 500px; --dimension-options-row-mode-toggle-width: 7rem;