| 1 |
.convertkit-product a, |
| 2 |
.convertkit-product span, |
| 3 |
.convertkit-button a, |
| 4 |
.convertkit-button span { |
| 5 |
display: block; |
| 6 |
padding: calc(0.667em + 2px) calc(1.333em + 2px); |
| 7 |
cursor: pointer; |
| 8 |
text-align: center; |
| 9 |
text-decoration: none; |
| 10 |
word-break: break-word; |
| 11 |
box-sizing: border-box; |
| 12 |
} |
| 13 |
|
| 14 |
/** |
| 15 |
* Replicates CSS styles provided by block themes for older non-block themes |
| 16 |
* that may not include these definitions, resulting in incorrect spacing. |
| 17 |
*/ |
| 18 |
.convertkit-product, |
| 19 |
.convertkit-button { |
| 20 |
margin-bottom: 20px; |
| 21 |
} |
| 22 |
|
| 23 |
@media only screen and (min-width: 482px) { |
| 24 |
|
| 25 |
.convertkit-product, |
| 26 |
.convertkit-button { |
| 27 |
margin-bottom: 30px; |
| 28 |
} |
| 29 |
} |
| 30 |
|