18 lines
229 B
SCSS
18 lines
229 B
SCSS
.cta {
|
|
padding-bottom: 50px;
|
|
@include tablet {
|
|
padding-bottom: 20px;
|
|
}
|
|
&-content {
|
|
text-align: center;
|
|
|
|
h2 {
|
|
margin-bottom: 15px;
|
|
|
|
@include mobile-xs {
|
|
font-size: 20px;
|
|
}
|
|
}
|
|
}
|
|
}
|