Make WordPress Core

Ticket #53643: 53643.diff

File 53643.diff, 866 bytes (added by sabernhardt, 4 years ago)

changing width to 100%

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

     
    62746274
    62756275        .wp-block-separator.is-style-wide {
    62766276                max-width: 120rem;
    6277                 width: 120rem;
     6277                width: 100%;
    62786278        }
    62796279
    62806280        /* Entry Content ------------------------- */
  • src/wp-content/themes/twentytwenty/style.css

     
    63766376
    63776377        .wp-block-separator.is-style-wide {
    63786378                max-width: 120rem;
    6379                 width: 120rem;
     6379                width: 100%;
    63806380        }
    63816381
    63826382        /* Entry Content ------------------------- */