Browse Source

Clean up IP2 fix.

Kjell Reigstad 5 years ago
parent
commit
d6094a606c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      independent-publisher-2/css/blocks.css

+ 1 - 1
independent-publisher-2/css/blocks.css

@@ -69,7 +69,7 @@ body:not(.has-sidebar) .wp-block-latest-posts.alignfull {
 
 body:not(.has-sidebar) *[class^="wp-block"] .alignwide,
 body:not(.has-sidebar) *[class^="wp-block"] .alignfull {
-	max-width: 100%;
+	max-width: inherit;
 	margin-left: inherit;
 	margin-right: inherit;
 }