diff --git a/src/wp-content/themes/twentytwenty/style-rtl.css b/src/wp-content/themes/twentytwenty/style-rtl.css index f865da5967..f31c5bfdd5 100644 --- a/src/wp-content/themes/twentytwenty/style-rtl.css +++ b/src/wp-content/themes/twentytwenty/style-rtl.css @@ -6274,7 +6274,7 @@ a.to-the-top > * { .wp-block-separator.is-style-wide { max-width: 120rem; - width: 120rem; + width: 100%; } /* Entry Content ------------------------- */ diff --git a/src/wp-content/themes/twentytwenty/style.css b/src/wp-content/themes/twentytwenty/style.css index f6a72a9e47..a8f581e2ca 100644 --- a/src/wp-content/themes/twentytwenty/style.css +++ b/src/wp-content/themes/twentytwenty/style.css @@ -6378,7 +6378,7 @@ a.to-the-top > * { .wp-block-separator.is-style-wide { max-width: 120rem; - width: 120rem; + width: 100%; } /* Entry Content ------------------------- */