| @@ -132,4 +132,17 @@ | ||
| 132 | 132 | .convertkit-broadcasts-pagination li.convertkit-broadcasts-pagination-next { |
| 133 | 133 | grid-area: next; |
| 134 | 134 | text-align: right; |
| 135 | 135 | } |
| 136 | + | |
| 137 | +/** | |
| 138 | + * Replicates CSS styles provided by block themes for older non-block themes | |
| 139 | + * that may not include these definitions, resulting in incorrect spacing. | |
| 140 | + */ | |
| 141 | +.convertkit-broadcasts { | |
| 142 | + margin-bottom: 20px; | |
| 143 | +} | |
| 144 | +@media only screen and (min-width: 482px) { | |
| 145 | + .convertkit-broadcasts { | |
| 146 | + margin-bottom: 30px; | |
| 147 | + } | |
| 148 | +} | |