Make WordPress Core

Ticket #48731: 48731.diff

File 48731.diff, 490 bytes (added by sumugh, 5 years ago)

Side padding for Full Width Group changed from 6rem to 4rem for screen sizes larger than 1220px

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

    diff --git src/wp-content/themes/twentytwenty/style.css src/wp-content/themes/twentytwenty/style.css
    index fb97091d83..2913dad30a 100644
    a.to-the-top > * { 
    61426142
    61436143        .entry-content > .wp-block-group.alignwide.has-background,
    61446144        .entry-content > .wp-block-group.alignfull.has-background {
    6145                 padding: 8rem 6rem;
     6145                padding: 8rem 4rem;
    61466146                margin-bottom: 0;
    61476147                margin-top: 0;
    61486148        }