Browse Source

Fix full-width group block contents in Apostrophe 2 theme.

Kjell Reigstad 5 years ago
parent
commit
719a8442d6
1 changed files with 7 additions and 0 deletions
  1. 7 0
      apostrophe-2/css/blocks.css

+ 7 - 0
apostrophe-2/css/blocks.css

@@ -364,6 +364,13 @@ body {
 	border-color: transparent;
 	border-color: transparent;
 }
 }
 
 
+/* Group */
+
+.wp-block-group.alignfull .wp-block-group__inner-container {
+	max-width: 730px;
+    margin: 0 auto;
+}
+
 /* Seperator */
 /* Seperator */
 
 
 hr.wp-block-separator {
 hr.wp-block-separator {