Make WordPress Core

Ticket #38972: 38972.1.patch

File 38972.1.patch, 711 bytes (added by laurelfulford, 8 years ago)
  • src/wp-content/themes/twentyseventeen/style.css

     
    22372237        margin: 0 0 1.5em;
    22382238}
    22392239
     2240.page:not(.home) #content {
     2241        padding-bottom: 1.5em;
     2242}
     2243
    22402244/* 404 page */
    22412245
    22422246.error404 .page-content {
     
    36553659        /* Posts */
    36563660
    36573661        .site-content {
    3658                 padding: 6.5em 0 0;
     3662                padding: 5.5em 0 0;
    36593663        }
    36603664
    36613665        .single-post .entry-title,
     
    38163820                margin-bottom: 4em;
    38173821        }
    38183822
     3823        .page:not(.home) #content {
     3824                padding-bottom: 3.25em;
     3825        }
     3826
    38193827        /* 404 page */
    38203828
    38213829        .error404 .page-content {