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 {