Make WordPress Core

Ticket #56474: 56474.diff

File 56474.diff, 1.1 KB (added by sabernhardt, 3 years ago)

removes the top margin from social icons in widgets

  • src/wp-content/themes/twentytwenty/style-rtl.css

     
    43304330
    43314331/* Widget: Text ------------------------------ */
    43324332
     4333/* Widget: Blocks ---------------------------- */
    43334334
     4335.widget .wp-block-social-links li {
     4336        margin-top: 0;
     4337}
     4338
     4339
    43344340/* -------------------------------------------------------------------------- */
    43354341
    43364342/*      16. Site Footer
  • src/wp-content/themes/twentytwenty/style.css

     
    43664366
    43674367/* Widget: Text ------------------------------ */
    43684368
     4369/* Widget: Blocks ---------------------------- */
    43694370
     4371.widget .wp-block-social-links li {
     4372        margin-top: 0;
     4373}
     4374
     4375
    43704376/* -------------------------------------------------------------------------- */
    43714377
    43724378/*      16. Site Footer