|
@@ -6,7 +6,7 @@ Author: Automattic
|
|
|
Author URI: https://automattic.com/
|
|
|
Description: Running a business is no small task. But with the right tools and support, creating a website doesn’t have to be another chore on your to-do list: enter Brompton, a simple yet powerful theme for small-business owners and entrepreneurs.
|
|
|
Requires at least: WordPress 4.9.6
|
|
|
-Version: 1.3.7
|
|
|
+Version: 1.3.8
|
|
|
License: GNU General Public License v2 or later
|
|
|
License URI: LICENSE
|
|
|
Template: varia
|
|
@@ -885,6 +885,9 @@ footer {
|
|
|
.site-main > article > *,
|
|
|
.site-main > .not-found > *,
|
|
|
.entry-content > *,
|
|
|
+.entry-content-child,
|
|
|
+.wp-block-premium-content-container .wp-premium-content-logged-out-view > *,
|
|
|
+.wp-block-premium-content-container .wp-block-premium-content-subscriber-view > *,
|
|
|
[class*="inner-container"] > *,
|
|
|
.widget-area > * {
|
|
|
margin-top: 21.312px;
|
|
@@ -896,6 +899,9 @@ footer {
|
|
|
.site-main > article > *,
|
|
|
.site-main > .not-found > *,
|
|
|
.entry-content > *,
|
|
|
+ .entry-content-child,
|
|
|
+ .wp-block-premium-content-container .wp-premium-content-logged-out-view > *,
|
|
|
+ .wp-block-premium-content-container .wp-block-premium-content-subscriber-view > *,
|
|
|
[class*="inner-container"] > *,
|
|
|
.widget-area > * {
|
|
|
margin-top: 32px;
|
|
@@ -907,6 +913,9 @@ footer {
|
|
|
.site-main > article > *:first-child,
|
|
|
.site-main > .not-found > *:first-child,
|
|
|
.entry-content > *:first-child,
|
|
|
+.entry-content-child:first-child,
|
|
|
+.wp-block-premium-content-container .wp-premium-content-logged-out-view > :first-child,
|
|
|
+.wp-block-premium-content-container .wp-block-premium-content-subscriber-view > :first-child,
|
|
|
[class*="inner-container"] > *:first-child,
|
|
|
.widget-area > *:first-child {
|
|
|
margin-top: 0;
|
|
@@ -916,6 +925,9 @@ footer {
|
|
|
.site-main > article > *:last-child,
|
|
|
.site-main > .not-found > *:last-child,
|
|
|
.entry-content > *:last-child,
|
|
|
+.entry-content-child:last-child,
|
|
|
+.wp-block-premium-content-container .wp-premium-content-logged-out-view > :last-child,
|
|
|
+.wp-block-premium-content-container .wp-block-premium-content-subscriber-view > :last-child,
|
|
|
[class*="inner-container"] > *:last-child,
|
|
|
.widget-area > *:last-child {
|
|
|
margin-bottom: 0;
|