diff --git a/src/wp-content/themes/twentytwenty/style-rtl.css b/src/wp-content/themes/twentytwenty/style-rtl.css index c101569225..9d164e8f4d 100644 --- a/src/wp-content/themes/twentytwenty/style-rtl.css +++ b/src/wp-content/themes/twentytwenty/style-rtl.css @@ -4330,6 +4330,12 @@ div.comment:first-of-type { /* Widget: Text ------------------------------ */ +/* Widget: Blocks ---------------------------- */ + +.widget .wp-block-social-links li { + margin-top: 0; +} + /* -------------------------------------------------------------------------- */ diff --git a/src/wp-content/themes/twentytwenty/style.css b/src/wp-content/themes/twentytwenty/style.css index 246038500a..03968d6155 100644 --- a/src/wp-content/themes/twentytwenty/style.css +++ b/src/wp-content/themes/twentytwenty/style.css @@ -4366,6 +4366,12 @@ div.comment:first-of-type { /* Widget: Text ------------------------------ */ +/* Widget: Blocks ---------------------------- */ + +.widget .wp-block-social-links li { + margin-top: 0; +} + /* -------------------------------------------------------------------------- */