You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
.cta {
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
font-size: -cdd-rem(20);
|
|
}
|
|
|
|
.cta__text {
|
|
flex: 1;
|
|
margin-right: 1em;
|
|
}
|
|
|
|
@media (max-width: 40em) {
|
|
.cta {
|
|
flex-direction: column;
|
|
}
|
|
|
|
.cta__text {
|
|
margin-right: 0;
|
|
margin-bottom: 0.7em;
|
|
}
|
|
|
|
.cta__button {
|
|
width: 100%;
|
|
}
|
|
}
|