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