|
@@ -97,6 +97,7 @@ body {
|
|
max-width: none;
|
|
max-width: none;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.wp-block-group .wp-block-group,
|
|
.wp-site-blocks > *:not(.wp-block-post-content):not(.wp-block-template-part),
|
|
.wp-site-blocks > *:not(.wp-block-post-content):not(.wp-block-template-part),
|
|
.wp-site-blocks .wp-block-post-content > * {
|
|
.wp-site-blocks .wp-block-post-content > * {
|
|
max-width: var(--wp--custom--width--default);
|
|
max-width: var(--wp--custom--width--default);
|
|
@@ -120,6 +121,12 @@ body {
|
|
box-sizing: content-box;
|
|
box-sizing: content-box;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.wp-site-blocks *[class*="__inner-container"] .alignfull {
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
+ transform: unset;
|
|
|
|
+ width: 100%;
|
|
|
|
+}
|
|
|
|
+
|
|
.aligncenter {
|
|
.aligncenter {
|
|
text-align: center;
|
|
text-align: center;
|
|
}
|
|
}
|
|
@@ -399,6 +406,10 @@ p.has-drop-cap:not(:focus):first-letter {
|
|
font-style: var(--wp--custom--quote--citation--typography--font-style);
|
|
font-style: var(--wp--custom--quote--citation--typography--font-style);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.wp-block-group.has-background {
|
|
|
|
+ padding: unset;
|
|
|
|
+}
|
|
|
|
+
|
|
.wp-block-group.has-background .wp-block-group__inner-container {
|
|
.wp-block-group.has-background .wp-block-group__inner-container {
|
|
padding: var(--wp--custom--margin--vertical) var(--wp--custom--margin--horizontal);
|
|
padding: var(--wp--custom--margin--vertical) var(--wp--custom--margin--horizontal);
|
|
}
|
|
}
|