|
@@ -942,6 +942,15 @@ ul.wp-block-archives,
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+/* Remove 100% width on figure to center align logo in editor on smaller screens */
|
|
|
+.block-editor-block-list__layout {
|
|
|
+ .block-editor-block-list__block[data-align="full"] > .block-editor-block-list__block-edit {
|
|
|
+ figure.fse-site-logo {
|
|
|
+ width: inherit;
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
/** === Classic Editor === */
|
|
|
|
|
|
/* Properly center-align captions in the classic-editor block */
|