From a15bd17c3fdac748399d107d46d3db7a2d554b03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Thu, 28 May 2026 08:14:44 +0200 Subject: [PATCH] Adjust form sections pattern to full-width background --- styles/25-patterns-form-sections.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/styles/25-patterns-form-sections.css b/styles/25-patterns-form-sections.css index 927a2d7..efbe06d 100644 --- a/styles/25-patterns-form-sections.css +++ b/styles/25-patterns-form-sections.css @@ -5,12 +5,7 @@ .sg-form-sections-card { display: flex; flex-direction: column; - width: clamp( - var(--layout-object-card-max-width), - 65vw, - calc(var(--layout-object-card-max-width) * 1.3) - ); - max-width: 100%; + width: 100%; } .sg-form-sections-card-wrapper {