From 675786b3d54dc0bcd5a3ab0865c574b6124dba7f Mon Sep 17 00:00:00 2001 From: Scott Evans Date: Mon, 18 Nov 2019 15:59:04 +0000 Subject: [PATCH] Fixes for GIF block CSS in twentytwenty --- modules/theme-tools/compat/twentytwenty.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/modules/theme-tools/compat/twentytwenty.css b/modules/theme-tools/compat/twentytwenty.css index 460403fc27f7c..c9f17ca6ad385 100644 --- a/modules/theme-tools/compat/twentytwenty.css +++ b/modules/theme-tools/compat/twentytwenty.css @@ -207,7 +207,17 @@ width: 100%; } +/** + * Blocks + */ + /* Related Posts Block */ .jp-related-posts-i2__post li { margin: 0; -} \ No newline at end of file +} + +/* GIF Block */ +.wp-block-jetpack-gif { + /* !important because the gif block styles are loaded in the footer after this file */ + margin: 1em auto !important; +}