Adjust form sections pattern to full-width background

This commit is contained in:
2026-05-28 08:14:44 +02:00
parent a0752f2a12
commit a15bd17c3f
+1 -6
View File
@@ -5,12 +5,7 @@
.sg-form-sections-card { .sg-form-sections-card {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
width: clamp( width: 100%;
var(--layout-object-card-max-width),
65vw,
calc(var(--layout-object-card-max-width) * 1.3)
);
max-width: 100%;
} }
.sg-form-sections-card-wrapper { .sg-form-sections-card-wrapper {