Make WordPress Core

Changeset 39404


Ignore:
Timestamp:
12/01/2016 02:47:09 AM (10 years ago)
Author:
davidakennedy
Message:

Twenty Seventeen: Make spacing on pages without comments consistent

Previously, the top of the page had more space than the bottom, not matching the original design.

Props laurelfulford, melchoyce.

Fixes #38972.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyseventeen/style.css

    r39388 r39404  
    22402240}
    22412241
     2242.page:not(.home) #content {
     2243        padding-bottom: 1.5em;
     2244}
     2245
    22422246/* 404 page */
    22432247
     
    36583662
    36593663        .site-content {
    3660                 padding: 6.5em 0 0;
     3664                padding: 5.5em 0 0;
    36613665        }
    36623666
     
    38173821        .archive.page-one-column:not(.has-sidebar) .page-header {
    38183822                margin-bottom: 4em;
     3823        }
     3824
     3825        .page:not(.home) #content {
     3826                padding-bottom: 3.25em;
    38193827        }
    38203828
Note: See TracChangeset for help on using the changeset viewer.