Adjust CTA wide variants to 70 percent
This commit is contained in:
@@ -53,8 +53,9 @@
|
||||
--layout-call-to-action-card-content-columns: minmax(0, 1fr) 30% max-content;
|
||||
}
|
||||
|
||||
.sg-card--call-to-action-card--full-width {
|
||||
--layout-call-to-action-card-width: var(--dimension-public-content-width);
|
||||
.sg-card--call-to-action-card--wide {
|
||||
--layout-call-to-action-card-width: calc(var(--dimension-public-content-width) * 0.7);
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.sg-card--call-to-action-card .sg-card-segment--body {
|
||||
@@ -116,6 +117,10 @@
|
||||
--layout-call-to-action-card-content-columns: minmax(0, 1fr);
|
||||
}
|
||||
|
||||
.sg-card--call-to-action-card--wide {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.sg-card--call-to-action-card--three-column .sg-call-to-action-card__action {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user