Make WordPress Core

Ticket #48619: 48619-1.diff

File 48619-1.diff, 591 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..eb2ee85c6e 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    width: 100%;
     4542        }
     4543
     4544        /* AUTHOR BIO */
     4545
     4546        .author-bio {
     4547    width: 100%;
     4548        }
     4549
     4550}
     4551
    45344552@media ( min-width: 660px ) {
    45354553
    45364554        /* Blocks -------------------------------- */