We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CTA
1 parent f633d73 commit 0022a1dCopy full SHA for 0022a1d
src/lib/components/layout/CTA/CTA.scss
@@ -13,7 +13,7 @@ $_cta-column-gap: offset(3);
13
14
@include breakpoint-up($_cta-breakpoint) {
15
display: grid;
16
- grid-template: 'start center end' auto #{'/'} 1fr 1fr 1fr;
+ grid-template: 'start center end' auto #{'/'} 1fr auto 1fr;
17
grid-column-gap: $_cta-column-gap;
18
margin: 0;
19
}
0 commit comments