Adjust form sections pattern to full-width background
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user