Make WordPress Core

Ticket #48979: 48979.2.diff

File 48979.2.diff, 524 bytes (added by mukesh27, 3 years ago)

Patch that fixed desktop and responsive issue.

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

    diff --git a/wp-content/themes/twentytwenty/style.css b/wp-content/themes/twentytwenty/style.css
    index 4e887a35cd..b375839d55 100644
    a b h2.entry-title { 
    26102610        font-size: 0.9em;
    26112611        font-weight: 600;
    26122612        line-height: 1;
    2613         margin-top: 3em;
    2614         padding: 0 0.25em;
     2613        margin: 3em auto 0 auto;
     2614        width: 100%;
     2615        max-width: 58rem;
     2616        padding: 0;
     2617}
     2618
     2619.post-nav-links > span.label {
     2620        padding: 1em 0;
    26152621}
    26162622
    26172623.post-nav-links > * {