Make WordPress Core

Ticket #49254: 49254.patch

File 49254.patch, 504 bytes (added by JarretC, 5 years ago)

Sets proper width on mobile cover template for author/post meta elements

  • themes/twentytwenty/style.css

     
    45564556                margin-top: -1.8rem;
    45574557        }
    45584558
     4559        /* Template ------------------------------ */
     4560
     4561        /* TEMPLATE: COVER */
     4562
     4563        .template-cover .post-inner .post-meta-wrapper, .template-cover .post-inner .author-bio {
     4564                width: calc( 100% - 4rem );
     4565        }
     4566
    45594567}
    45604568
    45614569@media ( min-width: 600px ) {