|
@@ -36,13 +36,6 @@ Description: Used to style Gutenberg Blocks.
|
|
|
width: auto;
|
|
|
}
|
|
|
|
|
|
- /* Child blocks should not get wider than their parent */
|
|
|
- .singular.no-sidebar [class^="wp-block-"] .alignwide {
|
|
|
- margin-right: inherit;
|
|
|
- margin-left: inherit;
|
|
|
- max-width: 100%;
|
|
|
- }
|
|
|
-
|
|
|
.singular.no-sidebar .wp-block-embed.is-type-video.alignwide iframe {
|
|
|
width: 100% !important;
|
|
|
height: 100% !important;
|
|
@@ -223,6 +216,11 @@ p.has-drop-cap:not(:focus)::first-letter {
|
|
|
font-size: 1.5em;
|
|
|
}
|
|
|
|
|
|
+.wp-block-cover.alignfull .wp-block-cover__inner-container {
|
|
|
+ max-width: 740px;
|
|
|
+ margin: 0 auto;
|
|
|
+}
|
|
|
+
|
|
|
/* File */
|
|
|
|
|
|
.wp-block-file a:not(.wp-block-file__button),
|