Make WordPress Core

Ticket #43628: 43628.diff

File 43628.diff, 530 bytes (added by jainnidhi, 7 years ago)

I've reduced space in between title and content in this patch.

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

    diff --git a/wp-content/themes/twentyseventeen/style.css b/wp-content/themes/twentyseventeen/style.css
    index de3c26f..dd5d727 100644
    a b p > object:only-child { 
    39443944                margin-bottom: 4em;
    39453945        }
    39463946
     3947        .page.page-one-column .recent-posts .entry-header,
     3948        .twentyseventeen-front-page.page-one-column .recent-posts .entry-header {
     3949                margin-bottom: 1.5em;
     3950        }
     3951
    39473952        .page:not(.home) #content {
    39483953                padding-bottom: 3.25em;
    39493954        }