From 0df37cb85616ed61c5fed50ea89e7201dd7bcee9 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 9 Dec 2019 13:38:50 +0000 Subject: [PATCH] Twenty Twenty: Correct alignment for embedded Instagram posts. Props SGr33n, audrasjb, nielslange, JarretC. Merges [46840] to the 5.3 branch. Fixes #48688. git-svn-id: https://develop.svn.wordpress.org/branches/5.3@46841 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentytwenty/style-rtl.css | 5 +++++ src/wp-content/themes/twentytwenty/style.css | 5 +++++ 2 files changed, 10 insertions(+) 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 */