Shawburn: Reset the non-aligned button block appearance
@@ -239,6 +239,14 @@ hr.wp-block-separator.is-style-wide,
/**
* Blocks
*/
+
+// Button
+.entry-content > .wp-block-button:not(.alignleft):not(.alignright) {
+ margin-left: auto;
+ margin-right: auto;
+ text-align: center;
+}
// Business Hours
.jetpack-business-hours {
dt {
@@ -4185,6 +4185,12 @@ hr.wp-block-separator.is-style-wide,
.jetpack-business-hours dt {
font-family: inherit;
font-family: var(--font-base, inherit);
@@ -4214,6 +4214,12 @@ hr.wp-block-separator.is-style-wide,