PluginProbe
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages / 2.5.2
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages v2.5.2
3.4.2 3.4.1 3.4.0 3.3.9 3.3.8 3.3.7 3.3.6 3.3.5 3.3.4 3.3.3 3.3.2 3.3.1 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 2.2.7 2.2.8 2.2.9 2.3.0 2.3.1 2.3.2 All 195 releases
← All changes | resources/frontend/css/button.css +15 -0 2.3.02.5.2 View file →
@@ -9,4 +9,19 @@
9 9 text-decoration: none;
10 10 word-break: break-word;
11 11 box-sizing: border-box;
12 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 +@media only screen and (min-width: 482px) {
23 + .convertkit-product,
24 + .convertkit-button {
25 + margin-bottom: 30px;
26 + }
27 +}