@@ -568,6 +568,8 @@ object {
background-color: black;
color: white;
min-height: 480px;
+ margin-top: inherit;
+ margin-bottom: inherit;
/* default & custom background-color */
/* Treating H2 separately to account for legacy /core styles */
}
@@ -1952,6 +1952,19 @@ ol {
padding-right: 32px;
+ul.aligncenter,
+ol.aligncenter {
+ list-style-position: inside;
+ padding: 0;
+}
+
+ul.alignright,
+ol.alignright {
+ text-align: left;
ul {
list-style-type: disc;
@@ -1541,7 +1541,8 @@ button[data-load-more-btn] {
.wp-block-cover-image {
- margin: inherit;
/**