|
@@ -3086,14 +3086,6 @@ img#wpstats {
|
|
font-size: 1.728rem;
|
|
font-size: 1.728rem;
|
|
}
|
|
}
|
|
|
|
|
|
-/**
|
|
|
|
- * Vendors
|
|
|
|
- * - 3rd-party styles
|
|
|
|
- */
|
|
|
|
-/**
|
|
|
|
- * Vendors
|
|
|
|
- * - 3rd-party compatibility styles
|
|
|
|
- */
|
|
|
|
/**
|
|
/**
|
|
* Responsive Logic
|
|
* Responsive Logic
|
|
* - Loading this last to respect cascaing rules
|
|
* - Loading this last to respect cascaing rules
|
|
@@ -3326,3 +3318,25 @@ img#wpstats {
|
|
* Vendors
|
|
* Vendors
|
|
* - 3rd-party compatibility styles
|
|
* - 3rd-party compatibility styles
|
|
*/
|
|
*/
|
|
|
|
+/**
|
|
|
|
+ * Subscription Form
|
|
|
|
+ */
|
|
|
|
+.wp-block-jetpack-subscriptions form > * {
|
|
|
|
+ margin-top: 21.312px;
|
|
|
|
+ margin-bottom: 21.312px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media only screen and (min-width: 560px) {
|
|
|
|
+ .wp-block-jetpack-subscriptions form > * {
|
|
|
|
+ margin-top: 32px;
|
|
|
|
+ margin-bottom: 32px;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.wp-block-jetpack-subscriptions form > *:first-child {
|
|
|
|
+ margin-top: 0;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.wp-block-jetpack-subscriptions form > *:last-child {
|
|
|
|
+ margin-bottom: 0;
|
|
|
|
+}
|