Make WordPress Core

Ticket #56748: #56748.patch

File #56748.patch, 380 bytes (added by sagarladani, 3 years ago)

I have add "float: none" css in max width 481 media css.

  • wp-content/themes/twentytwentyone/style.css

    diff --git a/wp-content/themes/twentytwentyone/style.css b/wp-content/themes/twentytwentyone/style.css
    index a6be5688ea..f88ff8d15c 100644
    a b h6, 
    23432343        .entry-content > .wp-block-image > .alignright {
    23442344                margin-left: 0;
    23452345                margin-right: 0;
     2346                float: none;
    23462347        }
    23472348}
    23482349