Make WordPress Core

Ticket #48619: 48619.patch

File 48619.patch, 637 bytes (added by nielslange, 5 years ago)
  • src/wp-content/themes/twentytwenty/style.css

    diff --git a/src/wp-content/themes/twentytwenty/style.css b/src/wp-content/themes/twentytwenty/style.css
    index db208bc33f..3aaac5f971 100644
    a b a.to-the-top > * { 
    45314531
    45324532}
    45334533
     4534@media ( max-width: 659px ) {
     4535
     4536        /* Post: Single -------------------------- */
     4537
     4538        /* POST HEADER */
     4539
     4540        .post-meta-wrapper {
     4541    max-width: 580px;
     4542    width: 100%;
     4543        }
     4544
     4545        /* AUTHOR BIO */
     4546
     4547        .author-bio {
     4548    max-width: 580px;
     4549    width: 100%;
     4550        }
     4551
     4552}
     4553
    45344554@media ( min-width: 660px ) {
    45354555
    45364556        /* Blocks -------------------------------- */