diff --git a/src/wp-content/themes/twentytwenty/style-rtl.css b/src/wp-content/themes/twentytwenty/style-rtl.css index c1a80fd864..38ae399dd6 100644 --- a/src/wp-content/themes/twentytwenty/style-rtl.css +++ b/src/wp-content/themes/twentytwenty/style-rtl.css @@ -639,6 +639,11 @@ figcaption a, color: inherit; } +blockquote.instagram-media, +iframe.instagram-media { + margin: auto !important; +} + /* GALLERIES */ diff --git a/src/wp-content/themes/twentytwenty/style.css b/src/wp-content/themes/twentytwenty/style.css index 93e35ae11c..9f1d40d253 100644 --- a/src/wp-content/themes/twentytwenty/style.css +++ b/src/wp-content/themes/twentytwenty/style.css @@ -643,6 +643,11 @@ figcaption a, color: inherit; } +blockquote.instagram-media, +iframe.instagram-media { + margin: auto !important; +} + /* GALLERIES */